mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/cqpserver.git
synced 2024-12-26 11:24:19 +00:00
14 lines
305 B
YAML
14 lines
305 B
YAML
|
version: '3'
|
||
|
|
||
|
services:
|
||
|
cqpserver:
|
||
|
command: ["-I", "/root/cqpserver.init"]
|
||
|
image: pjentsch/cqpserver
|
||
|
ports:
|
||
|
- 4877:4877
|
||
|
volumes:
|
||
|
- ./cqpserver.init:/root/cqpserver.init
|
||
|
- ./data:/corpora/data
|
||
|
- ./files:/root/files
|
||
|
- ./registry:/usr/local/share/cwb/registry
|