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

@@ -21,7 +21,7 @@ import {
await initializeNetwork();
createDefaultTraefikConfig();
createDefaultServerTraefikConfig();
await execAsync("docker pull traefik:v3.1.2");
await execAsync("docker pull traefik:v3.2.2");
await initializeStandaloneTraefik();
await initializeRedis();
await initializePostgres();