This commit is contained in:
soraefir
2026-05-13 22:33:28 +02:00
parent e940bd0ec1
commit 7bd5ceacd9

View File

@@ -57,7 +57,7 @@ in {
worker = builder.mkContainer { worker = builder.mkContainer {
image = "ghcr.io/goauthentik/server:${version}"; image = "ghcr.io/goauthentik/server:${version}";
secret = "authentik"; secret = name;
extraEnv = { extraEnv = {
AUTHENTIK_REDIS__HOST = builder.host; AUTHENTIK_REDIS__HOST = builder.host;
AUTHENTIK_POSTGRESQL__HOST = builder.host; AUTHENTIK_POSTGRESQL__HOST = builder.host;