Trying this
All checks were successful
Remote Deployment Pipeline / Prepare Context (pull_request) Successful in 2s
Remote Deployment Pipeline / Deploy (Staging) (pull_request) Has been skipped
Remote Deployment Pipeline / Deploy (Dev/Preview) (pull_request) Successful in 49s
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-19 21:27:29 +01:00
parent 4b2cfc142f
commit 9cefaffaba
2 changed files with 8 additions and 8 deletions

View File

@@ -7,13 +7,13 @@ entryPoints:
address: ":80" # or :898 in your case address: ":80" # or :898 in your case
allowACMEByPass: true # <--- WITHOUT THIS, TRAEFIK ALWAYS WINS allowACMEByPass: true # <--- WITHOUT THIS, TRAEFIK ALWAYS WINS
# certificatesResolvers: certificatesResolvers:
# letsencrypt: letsencrypt:
# acme: acme:
# email: "kovagoadi@gmail.com" email: "kovagoadi@gmail.com"
# storage: "acme.json" storage: "acme.json"
# httpChallenge: httpChallenge:
# entryPoint: web entryPoint: web
tcp: tcp:
routers: routers:

View File

@@ -15,7 +15,7 @@ services:
- "--entryPoints.web.address=:80" - "--entryPoints.web.address=:80"
- "--entryPoints.https.address=:443" - "--entryPoints.https.address=:443"
- "--entryPoints.web.allowACMEByPass=true" - "--entryPoints.web.allowACMEByPass=true"
#- "--certificatesresolvers.letsencrypt.acme.httpchallenge=true" # - "--certificatesresolvers.letsencrypt.acme.httpchallenge=true"
- "--certificatesresolvers.letsencrypt.acme.httpchallenge.entrypoint=web" - "--certificatesresolvers.letsencrypt.acme.httpchallenge.entrypoint=web"
- "--certificatesresolvers.letsencrypt.acme.email=kovagoadi@gmail.com" - "--certificatesresolvers.letsencrypt.acme.email=kovagoadi@gmail.com"
- "--certificatesresolvers.letsencrypt.acme.storage=/letsencrypt/acme.json" - "--certificatesresolvers.letsencrypt.acme.storage=/letsencrypt/acme.json"