Trying out this config #11

Merged
kovagoadi merged 26 commits from add-acme into main 2025-11-27 23:58:44 +01:00
Showing only changes of commit 1fd5cf18d4 - Show all commits

View File

@@ -16,12 +16,10 @@ services:
- --entryPoints=Name:http Address::80 Redirect.EntryPoint:https - --entryPoints=Name:http Address::80 Redirect.EntryPoint:https
- --entryPoints=Name:https Address::443 TLS - --entryPoints=Name:https Address::443 TLS
- --defaultentrypoints=https,http - --defaultentrypoints=https,http
- --docker.watch=true - --certificatesresolvers.letsencrypt.acme.httpchallenge=true
- --acme.email=kovagoadi@gmail.com - --certificatesresolvers.letsencrypt.acme.httpchallenge.entrypoint=http
# - --acme.storage=acme.json - --certificatesresolvers.letsencrypt.acme.email=${EMAIL}
- --acme.entryPoint=https - --certificatesresolvers.letsencrypt.acme.storage=/letsencrypt/acme.json
- --acme.onHostRule=true
- --acme.httpchallenge.entrypoint=http
ports: ports:
- "${PORT}:80" - "${PORT}:80"
- "8080" - "8080"