Merge branch 'canary' into fix/traefik_3

This commit is contained in:
Mauricio Siu
2025-08-23 19:53:40 -06:00
committed by GitHub
340 changed files with 4040 additions and 1876 deletions

View File

@@ -15,6 +15,7 @@ export const TRAEFIK_HTTP3_PORT =
Number.parseInt(process.env.TRAEFIK_HTTP3_PORT!, 10) || 443;
export const TRAEFIK_VERSION = process.env.TRAEFIK_VERSION || "3.5.0";
export interface TraefikOptions {
env?: string[];
serverId?: string;