Added traefik config

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

View File

@ -11,6 +11,14 @@ services:
- APP_DEBUG=0
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"
- "traefik.http.services.workcalendar.loadbalancer.server.port=80"
networks:
proxy: