diff --git a/docker-compose.yaml b/docker-compose.yaml index 1589c09..f1d1a7f 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,5 +1,5 @@ services: - traefik5: + traefik6: image: "traefik:v3.6@sha256:67622638cd88dbfcfba40159bc652ecf0aea0e032f8a3c7e3134ae7c037b9910" restart: unless-stopped security_opt: diff --git a/prod/route-to-staging-dev.yaml b/prod/route-to-staging-dev.yaml index e0f8070..0bacc74 100644 --- a/prod/route-to-staging-dev.yaml +++ b/prod/route-to-staging-dev.yaml @@ -6,7 +6,7 @@ http: entryPoints: - "web" service: "dev-staging" - priority: 100 + priority: 1_000_000 # Router for HTTPS (Port 443) staging-secure: