Merge pull request #2111 from Marukome0743/traefik

feat: bump Traefik v3.2.2 and add swarm network label
This commit is contained in:
Mauricio Siu
2025-08-23 19:50:50 -06:00
committed by GitHub
3 changed files with 5 additions and 2 deletions

View File

@@ -254,6 +254,9 @@ export const addDomainToCompose = async (
if (!labels.includes("traefik.docker.network=dokploy-network")) {
labels.unshift("traefik.docker.network=dokploy-network");
}
if (!labels.includes("traefik.swarm.network=dokploy-network")) {
labels.unshift("traefik.swarm.network=dokploy-network");
}
}
}