Initial commit - added all docker compose immediately reachable

This commit is contained in:
2026-01-10 18:05:04 +02:00
commit 966d2ae311
12 changed files with 239 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# ignored options for 'radicale'
# -n=radicale
services:
radicale:
volumes:
- ./data:/var/radicale
ports:
- 127.0.0.1:5232:8000
image: xlrl/radicale
networks:
- proxy-network
restart: unless-stopped
networks:
proxy-network:
external: true