radicale
This commit is contained in:
parent
bcb10c5cc5
commit
a98a5d5050
|
|
@ -0,0 +1,22 @@
|
|||
services:
|
||||
docker-radicale:
|
||||
image: tomsquest/docker-radicale
|
||||
container_name: radicale
|
||||
restart: always
|
||||
user: "root:root"
|
||||
environment:
|
||||
- UID=0
|
||||
- GID=0
|
||||
- TAKE_FILE_OWNERSHIP=false
|
||||
volumes:
|
||||
- /docker/data/radicale/data:/data
|
||||
- /docker/data/radicale/config:/config:ro
|
||||
networks:
|
||||
- caddy_default
|
||||
# command: "id"
|
||||
networks:
|
||||
caddy_default:
|
||||
external: true
|
||||
|
||||
|
||||
# also see https://github.com/iBigQ/radicale-birthday-calendar
|
||||
Loading…
Reference in New Issue