mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 16:06:51 +00:00
Refactor authentik.yml to include AUTHENTIK_SECRET_KEY
This commit is contained in:
@@ -96,6 +96,7 @@ services:
|
|||||||
AUTHENTIK_POSTGRESQL__USER: ${POSTGRES_USER:-authentik}
|
AUTHENTIK_POSTGRESQL__USER: ${POSTGRES_USER:-authentik}
|
||||||
AUTHENTIK_POSTGRESQL__NAME: ${PG_DB:-authentik}
|
AUTHENTIK_POSTGRESQL__NAME: ${PG_DB:-authentik}
|
||||||
AUTHENTIK_POSTGRESQL__PASSWORD: ${POSTGRES_PASSWORD}
|
AUTHENTIK_POSTGRESQL__PASSWORD: ${POSTGRES_PASSWORD}
|
||||||
|
AUTHENTIK_SECRET_KEY: ${AUTHENTIK_SECRET_KEY}
|
||||||
# `user: root` and the docker socket volume are optional.
|
# `user: root` and the docker socket volume are optional.
|
||||||
# See more for the docker socket integration here:
|
# See more for the docker socket integration here:
|
||||||
# https://goauthentik.io/docs/outposts/integrations/docker
|
# https://goauthentik.io/docs/outposts/integrations/docker
|
||||||
|
|||||||
Reference in New Issue
Block a user