feat: bump traefik to v3.2.2

This commit is contained in:
Marukome0743
2025-08-19 18:57:03 +09:00
parent ff20bb2731
commit 4afd2d11fa
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();