Fix ldap env

This commit is contained in:
soraefir
2026-05-13 22:43:17 +02:00
parent 7bd5ceacd9
commit f2883aa33d
2 changed files with 4 additions and 7 deletions

View File

@@ -81,12 +81,9 @@ in {
image = "ghcr.io/goauthentik/ldap:${version}";
secret = name;
extraEnv = {
"AUTHENTIK_HOST" = "http://authentik-server:9000";
"AUTHENTIK_INSECURE" = "true";
AUTHENTIK_HOST = "http://authentik-server:9000";
AUTHENTIK_HOST_INSECURE = "true";
};
# overrides = {
# ports = [ "389:3389" "636:6636" ];
# };
};
};