Compare commits

...

2 Commits

Author SHA1 Message Date
8ce3bd28db Added missing docker compose
All checks were successful
Remote Deployment Pipeline / Prepare Context (pull_request) Successful in 3s
Remote Deployment Pipeline / Deploy (Staging) (pull_request) Has been skipped
Remote Deployment Pipeline / Deploy (Dev/Preview) (pull_request) Successful in 50s
Remote Deployment Pipeline / Cleanup Preview (pull_request) Has been skipped
Remote Deployment Pipeline / Deploy (Production) (pull_request) Has been skipped
2025-12-20 14:56:17 +01:00
bc665e4649 Configured some changes 2025-12-20 14:56:01 +01:00
2 changed files with 8 additions and 6 deletions

View File

@@ -2,12 +2,11 @@
tcp: tcp:
routers: routers:
# Router for LEGACY HTTPS (Passthrough) # Router for HTTPS (Passthrough)
nginx-legacy-router-secure: nginx-legacy-router-secure:
# DO NOT use "*". List the domains that Nginx manages itself. rule: "HostSNI(`*`)"
# If you use "*", Traefik's own HTTPS domains will not work.
rule: "HostSNI(`excali.kovagoadi.hu`) || HostSNI(`another-legacy.hu`)"
service: nginx-legacy-service-secure service: nginx-legacy-service-secure
# Passthrough must be true for SSL to reach Nginx encrypted
tls: tls:
passthrough: true passthrough: true
priority: 10 priority: 10
@@ -15,9 +14,11 @@ tcp:
- "https" - "https"
services: services:
# Service defining the external IP
nginx-legacy-service-secure: nginx-legacy-service-secure:
loadBalancer: loadBalancer:
servers: servers:
# This is the actual external IP and Port of your Nginx
- address: "webserver:443" - address: "webserver:443"
http: http:
@@ -34,9 +35,10 @@ http:
nginx-legacy-router: nginx-legacy-router:
rule: "HostRegexp(`^.+$`)" rule: "HostRegexp(`^.+$`)"
service: nginx-legacy-service service: nginx-legacy-service
# Low priority ensures specific containers are handled first, but before the default acme-handler
priority: 90
entryPoints: entryPoints:
- "web" - "web"
priority: 90
services: services:
nginx-legacy-service: nginx-legacy-service:

View File

@@ -1,5 +1,5 @@
services: services:
traefik9: traefik10:
image: "traefik:v3.6@sha256:67622638cd88dbfcfba40159bc652ecf0aea0e032f8a3c7e3134ae7c037b9910" image: "traefik:v3.6@sha256:67622638cd88dbfcfba40159bc652ecf0aea0e032f8a3c7e3134ae7c037b9910"
restart: unless-stopped restart: unless-stopped
security_opt: security_opt: