dockerfy traefik

This commit is contained in:
2026-01-31 20:24:44 -06:00
parent 1a52dd8041
commit 002bd38906

View File

@@ -91,10 +91,10 @@ 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.url" = "http://192.168.101.1:${builtins.toString hostPort}";
#"traefik.http.services.${name}.loadbalancer.server.port" = "9000";
};
volumes = [
@@ -102,7 +102,7 @@ in {
"/etc/Authentik/data:/data:rw"
];
ports = [
#"${builtins.toString hostPort}:9000/tcp"
"${builtins.toString hostPort}:9000/tcp"
#"9443:9443/tcp"
];
cmd = [ "server" ];