From 89518cab74137785847f7c052ad3f6c00c4996df Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Sun, 28 Jul 2024 14:47:43 +0200 Subject: [PATCH] made sure that the `/locations/..` endpoints are publicly routable --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 410d09bc6..4ba4cb4fb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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