cqpserver/docker-compose.yml
2020-03-10 14:20:59 +01:00

14 lines
379 B
YAML

version: '3'
services:
cqpserver:
build: ./build/cqpserver
env_file: ./env_files/cqpserver.env
image: gitlab.ub.uni-bielefeld.de:4567/sfb1288inf/cqpserver:latest
ports:
- 4877:4877
volumes:
- ./volumes/cqpserver/data:/corpora/data
- ./volumes/cqpserver/files:/root/files
- ./volumes/cqpserver/registry:/usr/local/share/cwb/registry