+ fx
This commit is contained in:
@@ -24,3 +24,26 @@ NATS_PORT=4222
|
||||
NATS_MONITORING_PORT=8222
|
||||
NATS_PROMETHEUS_PORT=7777
|
||||
NATS_COMPOSE_PROJECT=sendico-nats
|
||||
|
||||
# FX deployments
|
||||
FX_GO_VERSION=latest
|
||||
|
||||
# Shared Mongo settings for FX services
|
||||
FX_MONGO_HOST=sendico_db1
|
||||
FX_MONGO_PORT=27017
|
||||
FX_MONGO_DATABASE=fx
|
||||
FX_MONGO_AUTH_SOURCE=admin
|
||||
FX_MONGO_REPLICA_SET=sendico-rs
|
||||
|
||||
# FX ingestor stack
|
||||
FX_INGESTOR_DIR=fx_ingestor
|
||||
FX_INGESTOR_COMPOSE_PROJECT=sendico-fx-ingestor
|
||||
FX_INGESTOR_SERVICE_NAME=sendico_fx_ingestor
|
||||
FX_INGESTOR_METRICS_PORT=9102
|
||||
|
||||
# FX oracle stack
|
||||
FX_ORACLE_DIR=fx_oracle
|
||||
FX_ORACLE_COMPOSE_PROJECT=sendico-fx-oracle
|
||||
FX_ORACLE_SERVICE_NAME=sendico_fx_oracle
|
||||
FX_ORACLE_GRPC_PORT=50051
|
||||
FX_ORACLE_METRICS_PORT=9400
|
||||
|
||||
Reference in New Issue
Block a user