mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
12 lines
167 B
YAML
12 lines
167 B
YAML
version: '3'
|
|
|
|
services:
|
|
xandikos:
|
|
build: docker/xandikos/
|
|
ports:
|
|
- '8000:8000'
|
|
|
|
radicale:
|
|
build: docker/radicale/
|
|
ports:
|
|
- '8001:8001'
|