callbacks service draft

This commit is contained in:
Stephan D
2026-02-28 10:10:26 +01:00
parent b7900d3beb
commit 0f28f2d088
71 changed files with 5212 additions and 446 deletions

View File

@@ -182,6 +182,20 @@ BFF_COMPOSE_PROJECT=sendico-bff
BFF_SERVICE_NAME=sendico_bff
BFF_HTTP_PORT=8080
# Callbacks service
CALLBACKS_DIR=callbacks
CALLBACKS_COMPOSE_PROJECT=sendico-callbacks
CALLBACKS_SERVICE_NAME=sendico_callbacks
CALLBACKS_METRICS_PORT=9420
CALLBACKS_VAULT_SECRET_PATH=sendico/edge/callbacks/vault
# Callbacks Mongo settings
CALLBACKS_MONGO_HOST=sendico_db1
CALLBACKS_MONGO_PORT=27017
CALLBACKS_MONGO_DATABASE=callbacks
CALLBACKS_MONGO_AUTH_SOURCE=admin
CALLBACKS_MONGO_REPLICA_SET=sendico-rs
# Chain gateway stack
CHAIN_GATEWAY_DIR=chain_gateway
CHAIN_GATEWAY_COMPOSE_PROJECT=sendico-chain-gateway