cqpserver/docker-compose.yml
2019-11-07 10:48:26 +01:00

14 lines
346 B
YAML

version: '3'
services:
cqpserver:
command: ["-I", "/root/cqpserver.init"]
image: gitlab.ub.uni-bielefeld.de:4567/sfb1288inf/cqpserver:latest
ports:
- 4877:4877
volumes:
- ./cqpserver.init:/root/cqpserver.init
- ./data:/corpora/data
- ./files:/root/files
- ./registry:/usr/local/share/cwb/registry