refactor: remove deprecated environment variable from server service
This commit is contained in:
parent
03b9a3183b
commit
ea77586596
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ services:
|
||||||
server:
|
server:
|
||||||
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:?AUTHENTIK_TAG is not configured}
|
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:?AUTHENTIK_TAG is not configured}
|
||||||
environment:
|
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}
|
AUTHENTIK_POSTGRESQL__PASSWORD: ${PG_PASS:?PG_PASS is required. - Password for authentik's postgresql database}
|
||||||
ports: []
|
ports: []
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue