Skip to content

Commit

Permalink
fixed the router for martin
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Jul 14, 2024
1 parent c446f90 commit df4a54e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,10 @@ services:
- /map/config.yaml
labels:
- "traefik.enable=true"
- "traefik.http.routers.navigatum-main-api.entrypoints=webs"
- "traefik.http.routers.navigatum-main-api.tls.certresolver=leacme"
- "traefik.http.routers.navigatum-main-api.rule=Host(`nav.tum.de`) && PathPrefix(`/tiles`)"
- "traefik.http.services.navigatum-main-api.loadbalancer.server.port=3001"
- "traefik.http.routers.navigatum-martin.entrypoints=webs"
- "traefik.http.routers.navigatum-martin.tls.certresolver=leacme"
- "traefik.http.routers.navigatum-martin.rule=Host(`nav.tum.de`) && PathPrefix(`/tiles`)"
- "traefik.http.services.navigatum-martin.loadbalancer.server.port=3001"
networks:
- traefik_traefik
expose:
Expand All @@ -230,7 +230,7 @@ services:
interval: 1s
start_period: 1s
redirect-domain:
image: "traefik/whoami:latest"
image: traefik/whoami:latest
labels:
- "traefik.enable=true"
- "traefik.http.routers.navigatum-redirect-domain.entrypoints=webs"
Expand Down

0 comments on commit df4a54e

Please sign in to comment.