diff --git a/consul/config/dev/data-service.json b/consul/config/dev/data-service.json index 69d5d4a..1221d5d 100644 --- a/consul/config/dev/data-service.json +++ b/consul/config/dev/data-service.json @@ -10,6 +10,7 @@ "tags": [ "traefik.enable=true", "traefik.http.routers.data-service.rule=PathPrefix(`/api/data`) || PathPrefix(`/api/public`)", + "traefik.http.routers.data-service.priority=100", "traefik.http.routers.data-service.entrypoints=web", "traefik.http.middlewares.data-service-stripprefix.stripprefix.prefixes=/api/data,/api/public", "traefik.http.routers.data-service.middlewares=data-service-stripprefix@consulcatalog" diff --git a/consul/config/dev/frontend.json b/consul/config/dev/frontend.json index 03e5b30..d9a4318 100644 --- a/consul/config/dev/frontend.json +++ b/consul/config/dev/frontend.json @@ -10,6 +10,7 @@ "tags": [ "traefik.enable=true", "traefik.http.routers.frontend.rule=PathPrefix(`/`) || PathPrefix(`/index.html`) || PathPrefix(`/static`)", + "traefik.http.routers.frontend.priority=10", "traefik.http.routers.frontend.entrypoints=web" ], "name": "frontend",