diff --git a/dev/route-to-staging-dev.yaml b/dev/route-to-staging-dev.yaml index 2c7ddd8..c324032 100644 --- a/dev/route-to-staging-dev.yaml +++ b/dev/route-to-staging-dev.yaml @@ -6,16 +6,7 @@ http: entryPoints: - "web" service: "dev-staging" - priority: 1000000 - - # # Router for HTTPS (Port 443) - # staging-secure: - # rule: "Host(`staging.kovagoadi.hu`) || Host(`dev.kovagoadi.hu`)" - # entryPoints: - # - "https" - # service: "dev-staging-secure" - # priority: 100 - # tls: {} # <--- This enables TLS for this router + priority: 1000 services: dev-staging: loadBalancer: @@ -31,7 +22,7 @@ tcp: # Passthrough must be true for SSL to reach Nginx encrypted tls: passthrough: true - priority: 100 + priority: 1000 entryPoints: - "https" services: diff --git a/docker-compose.yaml b/docker-compose.yaml index aa46548..b120fea 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,5 +1,5 @@ services: - traefik11: + traefik12: image: "traefik:v3.6@sha256:67622638cd88dbfcfba40159bc652ecf0aea0e032f8a3c7e3134ae7c037b9910" restart: unless-stopped security_opt: