init
This commit is contained in:
18
radicale/compose.yaml
Normal file
18
radicale/compose.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
services:
|
||||
radicale:
|
||||
image: ghcr.io/kozea/radicale:stable
|
||||
restart: unless-stopped
|
||||
userns_mode: "keep-id"
|
||||
user: "${UID}:${GID}"
|
||||
ports:
|
||||
- 5232:5232
|
||||
volumes:
|
||||
- ./config:/etc/radicale
|
||||
- ./data:/var/lib/radicale:U
|
||||
networks:
|
||||
- eryfel-net
|
||||
|
||||
networks:
|
||||
eryfel-net:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user