Add initial configuration files and Docker setup for Radicale

This commit is contained in:
2024-11-24 22:45:02 +01:00
parent 5c2eb0b88b
commit 2125049f68
3 changed files with 36 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
version: '3.8'
services:
radicale:
image: tomsquest/docker-radicale
container_name: radicale
ports:
- "5232:5232"
volumes:
- ./data:/data
- ./config:/config
networks:
- radicale_network
networks:
radicale_network:
driver: bridge