docker-apps/radicale/compose.yaml

22 lines
484 B
YAML

services:
docker-radicale:
image: tomsquest/docker-radicale
container_name: radicale
restart: always
user: "root:root"
environment:
- UID=0
- GID=0
- TAKE_FILE_OWNERSHIP=false
volumes:
- /docker/data/radicale/data:/data
- /docker/data/radicale/config:/config:ro
networks:
- caddy_default
# command: "id"
networks:
caddy_default:
external: true
# also see https://github.com/iBigQ/radicale-birthday-calendar