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/templates/docker-compose.yml.j2

23 lines
573 B
Text
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
container_name: radicale
2022-12-14 20:35:59 +00:00
volumes:
2023-01-07 19:32:42 +00:00
- {{ data_dir }}:/data
- {{ service_dir }}/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