Update AUTHENTIK_INSECURE environment variable to use configuration placeholder

This commit is contained in:
Philip Henning 2025-08-28 22:57:27 +02:00
parent 922f3e6d27
commit 5704de7a39
2 changed files with 2 additions and 1 deletions

View file

@ -13,7 +13,7 @@ services:
- "host.docker.internal:host-gateway"
environment:
AUTHENTIK_HOST: ${AUTHENTIK_HOST:?Authentik host is not configured}
AUTHENTIK_INSECURE: "true"
AUTHENTIK_INSECURE: ${AUTHENTIK_INSECURE:?Authentik insecure is not configured}
AUTHENTIK_LISTEN__HTTP: "0.0.0.0:42080"
AUTHENTIK_LISTEN__HTTPS: "0.0.0.0:42443"
AUTHENTIK_TOKEN: ${AUTHENTIK_TOKEN:?Authentik token is not configured}

View file

@ -1,5 +1,6 @@
AUTHENTIK_TAG=2025.8.1
AUTHENTIK_HOST=https://host.docker.internal:9443
AUTHENTIK_INSECURE=true
AUTHENTIK_HOST_BROWSER=https://sso.s1q.dev
# Secrets