[traefik] Moves traefik config into the repo

This commit is contained in:
2025-04-07 14:45:58 -07:00
parent a0987c0e11
commit 932f78bfe4
7 changed files with 86 additions and 31 deletions

View File

@@ -36,7 +36,7 @@ in
let routerRule = if public then hostRule hostName domain else localHostRule hostName domain;
in
{
inherit image dependsOn volumes environment environmentFiles;
inherit image dependsOn volumes environment environmentFiles ports;
autoStart = true;
extraOptions = [
"-l=traefik.enable=true"