Docker - add compose file

This commit is contained in:
kalsi-avneet
2026-01-01 21:37:30 +00:00
parent a7350af005
commit d2ead76c18

25
compose.yaml Normal file
View File

@@ -0,0 +1,25 @@
name: Radicale
services:
radicale:
image: ghcr.io/kozea/radicale:3.5.10
ports:
- 5232:5232
volumes:
- config:/etc/radicale
- data:/var/lib/radicale
volumes:
config:
name: radicale-config
driver: local
driver_opts:
type: none
o: bind
device: ./config
data:
name: radicale-data
driver: local
driver_opts:
type: none
o: bind
device: ./data