container fixes

This commit is contained in:
soraefir
2026-06-21 17:57:12 +02:00
parent a34135d5a7
commit c357d13b21
2 changed files with 6 additions and 3 deletions
+3 -1
View File
@@ -37,7 +37,9 @@ let
environment = {
TZ = config.time.timeZone;
} // extraEnv;
autoRemoveOnStop = false;
autoStart = true;
pull = "newer";
labels = (if subdomain!=null then ({
"traefik.enable" = "true";
"traefik.http.routers.${routerName}.entrypoints" = "web-secure";