fix: add AUTHENTIK_POSTGRESQL__CONN_MAX_AGE environment variable to authentik server

This commit is contained in:
2026-05-12 21:31:32 +08:00
parent 9ab631a925
commit 0e4160f6d6
+1
View File
@@ -102,6 +102,7 @@ services:
AUTHENTIK_POSTGRESQL__NAME: ${PG_DB:-authentik}
AUTHENTIK_POSTGRESQL__PASSWORD: ${POSTGRES_PASSWORD}
AUTHENTIK_SECRET_KEY: ${AUTHENTIK_SECRET_KEY:?secret key required}
AUTHENTIK_POSTGRESQL__CONN_MAX_AGE: 3600
# `user: root` and the docker socket volume are optional.
# See more for the docker socket integration here:
# https://goauthentik.io/docs/outposts/integrations/docker