switch to arion for authentik
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
{ pkgs, ... }: {
|
||||
|
||||
project.name = "authentik";
|
||||
|
||||
services = {
|
||||
|
||||
postgres.service = {
|
||||
image = "";
|
||||
restart = "";
|
||||
command = "";
|
||||
volumes = [];
|
||||
healthcheck = {};
|
||||
user = "";
|
||||
env_file = "";
|
||||
};
|
||||
|
||||
redis.service = {
|
||||
image = "";
|
||||
restart = "";
|
||||
command = "";
|
||||
volumes = [];
|
||||
healthcheck = {};
|
||||
user = "";
|
||||
env_file = "";
|
||||
};
|
||||
|
||||
server.service = {
|
||||
image = "";
|
||||
restart = "";
|
||||
command = "";
|
||||
volumes = [];
|
||||
healthcheck = {};
|
||||
user = "";
|
||||
env_file = "";
|
||||
};
|
||||
|
||||
worker.service = {
|
||||
image = "";
|
||||
restart = "";
|
||||
command = "";
|
||||
volumes = [];
|
||||
healthcheck = {};
|
||||
user = "";
|
||||
env_file = "";
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -24,7 +24,7 @@
|
||||
serviceName = "authentik";
|
||||
|
||||
settings = {
|
||||
|
||||
imports = [ ./arion-compose.nix ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
imports = [
|
||||
./gitlab
|
||||
./traefik
|
||||
./authentik-nix
|
||||
# ./authentik-nix
|
||||
./authentik
|
||||
./nginx
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user