[web-containers] Adds an explicit service in case we want to have two services.

This commit is contained in:
2025-07-18 17:54:41 -07:00
parent ca4d4d714c
commit 1c2cd59f1f

View File

@@ -113,6 +113,7 @@
{
"traefik.enable" = "true";
"traefik.http.routers.${serviceName}.rule" = "${routerRule}";
"traefik.http.routers.${serviceName}.service" = "${serviceName}";
"traefik.http.services.${serviceName}.loadbalancer.server.port" = "${toString port}";
}
// oauthLabels