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 6303a534e5 - Show all commits

View File

@@ -34,6 +34,7 @@ services:
- "env=${ENV}" - "env=${ENV}"
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.whoami.rule=Host(`test.staging.kovagoadi.hu`)" - "traefik.http.routers.whoami.rule=Host(`test.staging.kovagoadi.hu`)"
- "traefik.http.routers.https.rule=Host(`test.staging.kovagoadi.hu`)"
- "traefik.http.routers.whoami.entrypoints=web" - "traefik.http.routers.whoami.entrypoints=web"
- traefik.http.routers.https.entrypoints=https - traefik.http.routers.https.entrypoints=https
- traefik.http.routers.https.tls=true - traefik.http.routers.https.tls=true