vdirsyncer/docker-compose.yaml
2020-06-09 09:49:18 +02:00

17 lines
233 B
YAML

version: '3'
services:
xandikos:
build: docker/xandikos/
ports:
- '8000:8000'
radicale:
build: docker/radicale/
ports:
- '8001:8001'
baikal:
build: docker/baikal/
ports:
- '8002:80'