Initial commit of sharable config

This commit is contained in:
2026-03-18 16:11:03 -04:00
parent 70fe31870f
commit 62c6d4b832
1462 changed files with 306289 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
services:
radicale:
container_name: radicale
image: ghcr.io/kozea/radicale:3.5.4
user: 1001:1001
ports:
- "5232:5232"
volumes:
- ./radicale/config:/etc/radicale:ro
- ./radicale/data:/var/lib/radicale
restart: unless-stopped