proxy app config fix
Some checks failed
ci/woodpecker/push/billing_fees Pipeline was successful
ci/woodpecker/push/bff Pipeline was successful
ci/woodpecker/push/db Pipeline was successful
ci/woodpecker/push/chain_gateway Pipeline was successful
ci/woodpecker/push/fx_ingestor Pipeline was successful
ci/woodpecker/push/frontend Pipeline was successful
ci/woodpecker/push/fx_oracle Pipeline was successful
ci/woodpecker/push/nats Pipeline was successful
ci/woodpecker/push/ledger Pipeline was successful
ci/woodpecker/push/notification Pipeline was successful
ci/woodpecker/push/payments_orchestrator Pipeline was successful
ci/woodpecker/push/bump_version Pipeline failed

This commit is contained in:
Stephan D
2025-11-18 10:33:09 +01:00
parent c8579a14f3
commit b12dbf07ea
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ AMPLI_ENVIRONMENT=production
API_PROTOCOL=https API_PROTOCOL=https
SERVICE_HOST=app.sendico.io SERVICE_HOST=app.sendico.io
API_ENDPOINT=/api/v1 API_ENDPOINT=/api/v1
API_UPSTREAM=sendico-bff:8081 API_UPSTREAM=sendico-bff:8080
WS_PROTOCOL=wss WS_PROTOCOL=wss
WS_ENDPOINT=/ws WS_ENDPOINT=/ws
AMPLITUDE_SECRET=c3d75b3e2520d708440acbb16b923e79 AMPLITUDE_SECRET=c3d75b3e2520d708440acbb16b923e79

View File

@@ -41,7 +41,7 @@ services:
PERMISSION_TIMEOUT: ${PERMISSION_TIMEOUT} PERMISSION_TIMEOUT: ${PERMISSION_TIMEOUT}
PERMISSION_IS_FILTERED: ${PERMISSION_IS_FILTERED} PERMISSION_IS_FILTERED: ${PERMISSION_IS_FILTERED}
ports: ports:
- "0.0.0.0:${BFF_HTTP_PORT}:8081" - "0.0.0.0:${BFF_HTTP_PORT}:8080"
healthcheck: healthcheck:
test: ["CMD-SHELL","wget -qO- http://localhost:8081/api/v1/health | grep -q '\"status\":\"ok\"'"] test: ["CMD-SHELL","wget -qO- http://localhost:8081/api/v1/health | grep -q '\"status\":\"ok\"'"]
interval: 30s interval: 30s