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:
parent
32ff7c81ec
commit
8f5de34e50
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue