Update priority values and rename Traefik service
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 59s
Remote Deployment Pipeline / Cleanup Preview (pull_request) Has been skipped
Remote Deployment Pipeline / Deploy (Production) (pull_request) Has been skipped

This commit is contained in:
2025-12-25 16:47:49 +01:00
parent 78c408a158
commit 0792a6c2a8
2 changed files with 3 additions and 12 deletions

View File

@@ -6,16 +6,7 @@ http:
entryPoints: entryPoints:
- "web" - "web"
service: "dev-staging" service: "dev-staging"
priority: 1000000 priority: 1000
# # 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
services: services:
dev-staging: dev-staging:
loadBalancer: loadBalancer:
@@ -31,7 +22,7 @@ tcp:
# Passthrough must be true for SSL to reach Nginx encrypted # Passthrough must be true for SSL to reach Nginx encrypted
tls: tls:
passthrough: true passthrough: true
priority: 100 priority: 1000
entryPoints: entryPoints:
- "https" - "https"
services: services:

View File

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