Testing whether folder works #26
@@ -25,8 +25,8 @@ http:
|
|||||||
tcp:
|
tcp:
|
||||||
routers:
|
routers:
|
||||||
# Router for HTTPS (Passthrough)
|
# Router for HTTPS (Passthrough)
|
||||||
staging-secure:
|
dev-staging-secure:
|
||||||
rule: "HostSNI(`test-whoami.staging.kovagoadi.hu`) || HostSNI(`dev.kovagoadi.hu`)"
|
rule: "HostSNIRegexp(`^.+\\.staging\\.kovagoadi\\.hu$`) || HostSNIRegexp(`^.+\\.dev\\.kovagoadi\\.hu$`)"
|
||||||
service: "dev-staging-secure"
|
service: "dev-staging-secure"
|
||||||
# Passthrough must be true for SSL to reach Nginx encrypted
|
# Passthrough must be true for SSL to reach Nginx encrypted
|
||||||
tls:
|
tls:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
services:
|
services:
|
||||||
traefik8:
|
traefik9:
|
||||||
image: "traefik:v3.6@sha256:67622638cd88dbfcfba40159bc652ecf0aea0e032f8a3c7e3134ae7c037b9910"
|
image: "traefik:v3.6@sha256:67622638cd88dbfcfba40159bc652ecf0aea0e032f8a3c7e3134ae7c037b9910"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
security_opt:
|
security_opt:
|
||||||
|
|||||||
Reference in New Issue
Block a user