Update AUTHENTIK_INSECURE environment variable to use configuration placeholder
This commit is contained in:
parent
922f3e6d27
commit
5704de7a39
2 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,7 @@ services:
|
||||||
- "host.docker.internal:host-gateway"
|
- "host.docker.internal:host-gateway"
|
||||||
environment:
|
environment:
|
||||||
AUTHENTIK_HOST: ${AUTHENTIK_HOST:?Authentik host is not configured}
|
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__HTTP: "0.0.0.0:42080"
|
||||||
AUTHENTIK_LISTEN__HTTPS: "0.0.0.0:42443"
|
AUTHENTIK_LISTEN__HTTPS: "0.0.0.0:42443"
|
||||||
AUTHENTIK_TOKEN: ${AUTHENTIK_TOKEN:?Authentik token is not configured}
|
AUTHENTIK_TOKEN: ${AUTHENTIK_TOKEN:?Authentik token is not configured}
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
AUTHENTIK_TAG=2025.8.1
|
AUTHENTIK_TAG=2025.8.1
|
||||||
AUTHENTIK_HOST=https://host.docker.internal:9443
|
AUTHENTIK_HOST=https://host.docker.internal:9443
|
||||||
|
AUTHENTIK_INSECURE=true
|
||||||
AUTHENTIK_HOST_BROWSER=https://sso.s1q.dev
|
AUTHENTIK_HOST_BROWSER=https://sso.s1q.dev
|
||||||
|
|
||||||
# Secrets
|
# Secrets
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue