Config fix
Some checks failed
ci/woodpecker/push/billing_fees Pipeline was successful
ci/woodpecker/push/chain_gateway Pipeline is running
ci/woodpecker/push/bff Pipeline failed
ci/woodpecker/push/db Pipeline was successful
ci/woodpecker/push/frontend Pipeline is running
ci/woodpecker/push/ledger Pipeline is pending
ci/woodpecker/push/nats Pipeline is pending
ci/woodpecker/push/notification Pipeline is pending
ci/woodpecker/push/payments_orchestrator Pipeline is pending
ci/woodpecker/push/fx_oracle Pipeline failed
ci/woodpecker/push/bump_version unknown status
ci/woodpecker/push/fx_ingestor Pipeline failed

This commit is contained in:
Stephan D
2025-11-18 19:19:05 +01:00
parent 020a40b90c
commit c3a4a3cc1b
4 changed files with 4 additions and 6 deletions

View File

@@ -23,8 +23,8 @@
# Backend API
########################################
handle /api/v1/* {
# Allow overriding upstream via API_UPSTREAM, default to the BFF container.
reverse_proxy {$API_UPSTREAM:sendico-bff:8081} {
# Proxy directly to the BFF container on the Docker network.
reverse_proxy sendico-bff:8081 {
health_uri /api/v1/health
health_interval 15s
health_timeout 4s