We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc937d commit 857b6e6Copy full SHA for 857b6e6
docker-compose.yml
@@ -35,6 +35,7 @@ services:
35
restart: unless-stopped
36
command: server
37
environment:
38
+ AUTHENTIK_SECRET_KEY: ${AUTHENTIK_SECRET_KEY:?secret key required}
39
AUTHENTIK_REDIS__HOST: redis
40
AUTHENTIK_POSTGRESQL__HOST: postgresql
41
AUTHENTIK_POSTGRESQL__USER: ${PG_USER:-authentik}
@@ -58,6 +59,7 @@ services:
58
59
60
command: worker
61
62
63
64
65
0 commit comments