File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
packages/server/src/setup Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import {
2121 await initializeNetwork ( ) ;
2222 createDefaultTraefikConfig ( ) ;
2323 createDefaultServerTraefikConfig ( ) ;
24- await execAsync ( "docker pull traefik:v3.2.2 " ) ;
24+ await execAsync ( "docker pull traefik:v3.5.0 " ) ;
2525 await initializeStandaloneTraefik ( ) ;
2626 await initializeRedis ( ) ;
2727 await initializePostgres ( ) ;
Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ export const TRAEFIK_PORT =
1313 Number . parseInt ( process . env . TRAEFIK_PORT ! , 10 ) || 80 ;
1414export const TRAEFIK_HTTP3_PORT =
1515 Number . parseInt ( process . env . TRAEFIK_HTTP3_PORT ! , 10 ) || 443 ;
16- export const TRAEFIK_VERSION = process . env . TRAEFIK_VERSION || "3.2.2" ;
16+ export const TRAEFIK_VERSION = process . env . TRAEFIK_VERSION || "3.5.0" ;
17+
1718
1819export interface TraefikOptions {
1920 env ?: string [ ] ;
You can’t perform that action at this time.
0 commit comments