mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/cqpserver.git
synced 2025-03-13 06:00:35 +00:00
13 lines
261 B
YAML
13 lines
261 B
YAML
version: '3'
|
|
|
|
services:
|
|
cqpserver:
|
|
image: pjentsch/cqpserver
|
|
ports:
|
|
- 4877:4877
|
|
volumes:
|
|
- ./cqpserver.init:/root/cqpserver.init
|
|
- ./data:/corpora/data
|
|
- ./files:/root/files
|
|
- ./registry:/usr/local/share/cwb/registry
|