Skip to content

Commit

Permalink
Merge branch 'main' into chore/formatting-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored Jul 28, 2024
2 parents 4c9b48d + 89518ca commit f994ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ services:
- "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(`/api/get/`) || Path(`/api/search`) || Path(`/api/status`) || PathPrefix(`/api/preview/`) || PathPrefix(`/api/feedback/`) || Path(`/api/calendar`))"
- "traefik.http.routers.navigatum-main-api.rule=Host(`nav.tum.de`) && (PathPrefix(`/api/get/`) || PathPrefix(`/api/locations/`) || Path(`/api/search`) || PathPrefix(`/api/preview/`) || PathPrefix(`/api/feedback/`) || Path(`/api/calendar`) || Path(`/api/status`) || Path(`/api/metrics`))"
- "traefik.http.services.navigatum-main-api.loadbalancer.server.port=3003"
networks:
- traefik_traefik
Expand Down

0 comments on commit f994ca8

Please sign in to comment.