Try this
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 47s
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:30:30 +01:00
parent 9cefaffaba
commit 45f0008eda
2 changed files with 3 additions and 3 deletions

View File

@@ -12,8 +12,8 @@ certificatesResolvers:
acme:
email: "kovagoadi@gmail.com"
storage: "acme.json"
httpChallenge:
entryPoint: web
# httpChallenge:
# entryPoint: web
tcp:
routers:

View File

@@ -16,7 +16,7 @@ services:
- "--entryPoints.https.address=:443"
- "--entryPoints.web.allowACMEByPass=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.storage=/letsencrypt/acme.json"
# - "--certificatesResolvers.letsencrypt.acme.caServer=${CERTBOT_CA_RESOLVER}"