Refactor authentik.yml to update network name and remove root user from worker service

This commit is contained in:
2024-09-13 15:48:46 +08:00
parent b193e19a50
commit b9abc98083
+1 -1
View File
@@ -53,7 +53,7 @@ services:
restart: unless-stopped
command: server
environment:
AUTHENTIK_REDIS__HOST: authentik_redis
AUTHENTIK_REDIS__HOST: authentik.redis
AUTHENTIK_POSTGRESQL__HOST: ${DATABASE__HOSTNAME:-postgresql}
AUTHENTIK_POSTGRESQL__USER: ${POSTGRES_USER:-authentik}
AUTHENTIK_POSTGRESQL__NAME: ${PG_DB:-authentik}