This commit is contained in:
2026-03-22 08:01:26 +08:00
commit 865b924dc3
15 changed files with 267 additions and 0 deletions

18
radicale/compose.yaml Normal file
View File

@@ -0,0 +1,18 @@
services:
radicale:
image: ghcr.io/kozea/radicale:stable
restart: unless-stopped
userns_mode: "keep-id"
user: "${UID}:${GID}"
ports:
- 5232:5232
volumes:
- ./config:/etc/radicale
- ./data:/var/lib/radicale:U
networks:
- eryfel-net
networks:
eryfel-net:
external: true