This commit is contained in:
Stephan D
2026-01-23 12:51:24 +01:00
parent bdb84ac6ac
commit e6519f4ba6
6 changed files with 19 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ case "$SERVICE" in
COMPOSE_PROJECT="${FX_INGESTOR_COMPOSE_PROJECT:-sendico-fx-ingestor}"
COMPOSE_FILE="fx_ingestor.yml"
SERVICE_NAMES="${FX_INGESTOR_SERVICE_NAME:-sendico_fx_ingestor}"
REQUIRED_SECRETS=(FX_MONGO_USER FX_MONGO_PASSWORD)
REQUIRED_SECRETS=(FX_MONGO_USER FX_MONGO_PASSWORD NATS_USER NATS_PASSWORD FX_NATS_URL)
;;
oracle)
: "${FX_ORACLE_DIR:?missing FX_ORACLE_DIR}"