Apply proper gitignore

This commit is contained in:
2026-03-19 12:39:23 -04:00
parent 47f2c4cd07
commit 6a7a627b71
6 changed files with 991 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