This commit is contained in:
soraefir
2026-05-13 22:28:55 +02:00
parent 44813226c2
commit e940bd0ec1

View File

@@ -27,6 +27,7 @@ in {
server = builder.mkContainer {
subdomain = containerCfg.subdomain;
image = "ghcr.io/goauthentik/server:${version}";
port = 9000;
secret = name;
extraEnv = {
AUTHENTIK_REDIS__HOST = builder.host;
@@ -83,9 +84,9 @@ in {
"AUTHENTIK_HOST" = "http://authentik-server:9000";
"AUTHENTIK_INSECURE" = "true";
};
overrides = {
ports = [ "389:3389" "636:6636" ];
};
# overrides = {
# ports = [ "389:3389" "636:6636" ];
# };
};
};