From a98a5d5050165cab6104473f68df7c80c82972e8 Mon Sep 17 00:00:00 2001 From: "azykov@mail.ru" Date: Sun, 12 Apr 2026 09:13:59 +0300 Subject: [PATCH] radicale --- radicale/compose.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 radicale/compose.yaml diff --git a/radicale/compose.yaml b/radicale/compose.yaml new file mode 100644 index 0000000..f7cf40c --- /dev/null +++ b/radicale/compose.yaml @@ -0,0 +1,22 @@ +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 \ No newline at end of file