This repository has been archived on 2023-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
max/roles/radicale/files/docker-compose.yml

22 lines
540 B
YAML
Raw Normal View History

2022-12-14 20:35:59 +00:00
version: '3'
2023-01-02 16:18:29 +00:00
networks:
traefik:
external: true
2022-12-14 20:35:59 +00:00
services:
radicale:
restart: always
image: mailu/radicale:1.9
volumes:
2023-01-03 21:46:59 +00:00
- /data/radicale:/data
2023-01-07 18:08:49 +00:00
- /srv/radicale/config:/radicale
2022-12-14 20:35:59 +00:00
command: radicale -S -C /radicale/radicale.conf
2023-01-02 16:18:29 +00:00
networks:
- traefik
labels:
- traefik.http.routers.radicale.entrypoints=websecure
- traefik.http.routers.radicale.rule=Host(`dav.pizzapim.nl`)
- traefik.http.routers.radicale.tls=true
- traefik.http.routers.radicale.tls.certresolver=pizzapim