From 1d06cf31e7d886dbfcd3c29d935bc1d4d2a5cfe5 Mon Sep 17 00:00:00 2001 From: kovagoadi Date: Wed, 24 Dec 2025 21:59:38 +0100 Subject: [PATCH] Fix issue --- dev/route-to-staging-dev.yaml | 2 +- docker-compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/route-to-staging-dev.yaml b/dev/route-to-staging-dev.yaml index c06a442..b50e857 100644 --- a/dev/route-to-staging-dev.yaml +++ b/dev/route-to-staging-dev.yaml @@ -22,7 +22,7 @@ tcp: # Router for HTTPS (Passthrough) staging-secure: rule: "HostSNI(`staging.kovagoadi.hu`) || HostSNI(`dev.kovagoadi.hu`)" - service: "staging-secure" + service: "dev-staging-secure" # Passthrough must be true for SSL to reach Nginx encrypted tls: passthrough: true diff --git a/docker-compose.yaml b/docker-compose.yaml index 20020e2..477fd26 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: