Added traefik config

This commit is contained in:
Tim Lappe 2025-04-25 23:51:30 +02:00
parent ad6b755908
commit ef40649446

View File

@ -12,6 +12,13 @@ services:
networks:
- proxy
labels:
- "traefik.enable=true"
- "traefik.http.routers.workcalendar.rule=Host(`ftk.strolap.com`)"
- "traefik.http.routers.workcalendar.entrypoints=websecure"
- "traefik.http.routers.workcalendar.tls=true"
- "traefik.http.routers.workcalendar.tls.certresolver=strolap"
networks:
proxy:
external: true