dockerfy traefik

This commit is contained in:
2026-01-31 20:22:06 -06:00
parent 67f75bcd97
commit 1a52dd8041

View File

@@ -91,11 +91,11 @@ in {
"traefik.enable" = "true";
"traefik.http.routers.${name}.entrypoints" = "websecure,localsecure";
"traefik.http.routers.${name}.rule" = "Host(`${subdomain}.esotericbytes.com`)";
"traefik.http.routers.${name}.service" = "${name}";
#"traefik.http.routers.${name}.service" = "${name}";
"traefik.http.routers.${name}.tls.certResolver" = "cloudflare";
#"traefik.http.services.${name}.loadbalancer.server.url" = "http://192.168.100.10:${builtins.toString hostPort}";
"traefik.http.services.${name}.loadbalancer.server.port" = "9000";
#"traefik.http.services.${name}.loadbalancer.server.port" = "9000";
};
volumes = [
"/etc/Authentik/custom-templates:/templates:rw"