fix subdomain
This commit is contained in:
@@ -20,9 +20,9 @@ in {
|
|||||||
ip = containerCfg.ip;
|
ip = containerCfg.ip;
|
||||||
secret = name;
|
secret = name;
|
||||||
extraLabels = {
|
extraLabels = {
|
||||||
"traefik.http.routers.${subdomain}.priority" = "10";
|
"traefik.http.routers.${containerCfg.subdomain}.priority" = "10";
|
||||||
"traefik.http.routers.${subdomain}.service" = "api@internal";
|
"traefik.http.routers.${containerCfg.subdomain}.service" = "api@internal";
|
||||||
"traefik.http.routers.${subdomain}.middlewares" = "authentik";
|
"traefik.http.routers.${containerCfg.subdomain}.middlewares" = "authentik";
|
||||||
};
|
};
|
||||||
overrides = {
|
overrides = {
|
||||||
cmd = [
|
cmd = [
|
||||||
|
|||||||
Reference in New Issue
Block a user