deps version bump + frontend
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-14 16:35:17 +01:00
parent 975496ecbe
commit 9a891fd523
12 changed files with 420 additions and 5 deletions

View File

@@ -16,7 +16,11 @@ AMPLI_ENVIRONMENT=production
API_PROTOCOL=https
SERVICE_HOST=app.sendico.io
API_ENDPOINT=https://app.sendico.io/api
WS_PROTOCOL=wss
WS_ENDPOINT=wss://app.sendico.io/ws
AMPLITUDE_SECRET=c3d75b3e2520d708440acbb16b923e79
DEFAULT_LOCALE=en
DEFAULT_CURRENCY=EUR
PBM_S3_ENDPOINT=https://s3.sendico.io
PBM_S3_REGION=eu-central-1
@@ -105,6 +109,14 @@ NOTIFICATION_COMPOSE_PROJECT=sendico-notification
NOTIFICATION_SERVICE_NAME=sendico_notification
NOTIFICATION_HTTP_PORT=8081
# Frontend web
FRONTEND_DIR=frontend
FRONTEND_COMPOSE_PROJECT=sendico-frontend
FRONTEND_SERVICE_NAME=sendico_frontend
FRONTEND_HTTP_PORT=80
FRONTEND_HTTPS_PORT=443
CADDY_ACME_EMAIL=infra@sendico.io
# BFF service
BFF_DIR=bff
BFF_COMPOSE_PROJECT=sendico-bff