billing fees build
All checks were successful
ci/woodpecker/push/db Pipeline was successful
ci/woodpecker/push/fees Pipeline was successful
ci/woodpecker/push/fx/1 Pipeline was successful
ci/woodpecker/push/nats Pipeline was successful
ci/woodpecker/push/fx/2 Pipeline was successful

This commit is contained in:
Stephan D
2025-11-10 15:13:25 +01:00
parent 751045fcc0
commit b74ab81192
7 changed files with 448 additions and 0 deletions

View File

@@ -45,3 +45,17 @@ FX_ORACLE_COMPOSE_PROJECT=sendico-fx-oracle
FX_ORACLE_SERVICE_NAME=sendico_fx_oracle
FX_ORACLE_GRPC_PORT=50051
FX_ORACLE_METRICS_PORT=9400
# Billing fees stack
FEES_DIR=billing_fees
FEES_COMPOSE_PROJECT=sendico-billing-fees
FEES_SERVICE_NAME=sendico_billing_fees
FEES_GRPC_PORT=50060
FEES_METRICS_PORT=9402
# Billing fees Mongo settings
FEES_MONGO_HOST=sendico_db1
FEES_MONGO_PORT=27017
FEES_MONGO_DATABASE=billing_fees
FEES_MONGO_AUTH_SOURCE=admin
FEES_MONGO_REPLICA_SET=sendico-rs