diff --git a/docker-compose.yaml b/docker-compose.yaml index 641acc6..fc000da 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -40,9 +40,9 @@ services: labels: - "env=${ENV}" - "traefik.enable=true" - - "traefik.http.routers.whoami.priority=100" + - "traefik.http.routers.whoami.priority=1000000" - "traefik.http.routers.whoami.rule=Host(`test-whoami.${DOMAIN}`)" - - "traefik.http.routers.https.priority=100" + - "traefik.http.routers.https.priority=1000000" - "traefik.http.routers.https.rule=Host(`test-whoami.${DOMAIN}`)" - "traefik.http.routers.whoami.entrypoints=web" - traefik.http.routers.https.entrypoints=https