mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-24 02:55:29 +01:00
remove mongodb option from script
This commit is contained in:
parent
52d92797bf
commit
ccc685f06d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user