Skip to content

Commit

Permalink
Added Host(cal.bruck.me) to the router
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored Mar 10, 2024
1 parent 354f97b commit b0147d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ services:
labels:
- "traefik.enable=true"
- "traefik.http.routers.calendarproxy.entrypoints=web"
- "traefik.http.routers.calendarproxy.rule=Host(`cal.tum.app`) || Host(`cal.tum.sexy`)"
- "traefik.http.routers.calendarproxy.rule=Host(`cal.tum.app`) || Host(`cal.tum.sexy`) || Host(`cal.bruck.me`)"
- "traefik.http.routers.calendarproxy.middlewares=webs-redirectscheme"

- "traefik.http.routers.calendarproxy-secure.entrypoints=webs"
- "traefik.http.routers.calendarproxy-secure.tls.certresolver=leacme"
- "traefik.http.routers.calendarproxy-secure.rule=Host(`cal.tum.app`) || Host(`cal.tum.sexy`)"
- "traefik.http.routers.calendarproxy-secure.rule=Host(`cal.tum.app`) || Host(`cal.tum.sexy`) || Host(`cal.bruck.me`)"
- "traefik.http.services.calendarproxy-secure.loadbalancer.server.port=4321"

networks:
Expand Down

0 comments on commit b0147d0

Please sign in to comment.