From 8f5de34e50e5104fb7558d64b75ac26b84c53a8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ullrich=20Sch=C3=A4fer?= Date: Sun, 3 May 2026 22:48:53 +0200 Subject: [PATCH] Update Caddyfile staging upstreams to ports 3110/3111 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Companion to PR #358 which moved the staging compose ports off 3100/3101 (Loki conflict on the vSwitch). The Caddyfile staging blocks have the upstream ports baked in so they need bumping too — already applied manually on the flagship to unblock staging; this lands it in-repo so it survives the next cd-infra deploy. Co-Authored-By: Claude Opus 4.7 --- infrastructure/Caddyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/Caddyfile b/infrastructure/Caddyfile index 11bc024..d302763 100644 --- a/infrastructure/Caddyfile +++ b/infrastructure/Caddyfile @@ -85,7 +85,7 @@ staging.{$DOMAIN:trails.cool} { output stdout format json } - reverse_proxy host.docker.internal:3100 { + reverse_proxy host.docker.internal:3110 { lb_try_duration 30s lb_try_interval 250ms } @@ -108,7 +108,7 @@ planner.staging.{$DOMAIN:trails.cool} { output stdout format json } - reverse_proxy host.docker.internal:3101 { + reverse_proxy host.docker.internal:3111 { lb_try_duration 30s lb_try_interval 250ms }