Update Caddyfile staging upstreams to ports 3110/3111

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 <noreply@anthropic.com>
This commit is contained in:
Ullrich Schäfer 2026-05-03 22:48:53 +02:00
parent 32ff7c81ec
commit 8f5de34e50
No known key found for this signature in database
GPG key ID: A32FF691A0F752D9

View file

@ -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
}