refactor: remove deprecated environment variable from server service

This commit is contained in:
Philip Henning 2025-07-27 15:52:24 +02:00
parent 03b9a3183b
commit ea77586596

View file

@ -27,7 +27,6 @@ services:
server:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:?AUTHENTIK_TAG is not configured}
environment:
B23_ALLOW_UP: ${B23_ALLOW_UP:?Use the script ./scripts/compose.sh to run this compose!}
AUTHENTIK_POSTGRESQL__PASSWORD: ${PG_PASS:?PG_PASS is required. - Password for authentik's postgresql database}
ports: []
networks: