mirror of
https://github.com/Kozea/Radicale.git
synced 2026-05-07 20:12:45 +00:00
26 lines
458 B
YAML
26 lines
458 B
YAML
name: Radicale
|
|
services:
|
|
radicale:
|
|
image: ghcr.io/kozea/radicale:stable
|
|
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
|