From ccc685f06d0fad2204ec00a612a80fe51553918f Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 13 Oct 2020 10:43:29 +0200 Subject: [PATCH] remove mongodb option from script --- start_ocean.sh | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/start_ocean.sh b/start_ocean.sh index 1fb3db5..d3eee4f 100755 --- a/start_ocean.sh +++ b/start_ocean.sh @@ -199,18 +199,6 @@ while :; do printf $COLOR_Y'Starting without Dashboard ...\n\n'$COLOR_RESET ;; ################################################# - # MongoDB - ################################################# - --mongodb) - COMPOSE_FILES+=" -f ${COMPOSE_DIR}/aquarius_mongodb.yml" - COMPOSE_FILES="${COMPOSE_FILES/ -f ${COMPOSE_DIR}\/aquarius_elasticsearch.yml/}" - CHECK_ELASTIC_VM_COUNT=false - export DB_MODULE="mongodb" - export DB_HOSTNAME="mongodb" - export DB_PORT="27017" - printf $COLOR_Y'Starting with MongoDB...\n\n'$COLOR_RESET - ;; - ################################################# # Cleaning switches ################################################# --purge)