Fix authentik worker
This commit is contained in:
@@ -56,10 +56,8 @@ in {
|
||||
"AUTHENTIK_POSTGRESQL__USER" = "authentik_user";
|
||||
"AUTHENTIK_POSTGRESQL__NAME" = "authentik_db";
|
||||
};
|
||||
|
||||
overrides = {
|
||||
cmd = [ "worker" ];
|
||||
ports = [ "9999:${toString containerCfg.port}" ];
|
||||
volumes = [
|
||||
"${serverCfg.dataPath}/authentik/media:/media"
|
||||
"${serverCfg.dataPath}/authentik/templates:/templates"
|
||||
|
||||
Reference in New Issue
Block a user