From 96a0df677bdc9be2ce00ce4e5d03aad415075c99 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 28 Jun 2020 15:22:44 +0300 Subject: [PATCH] make dashboard optional --- start_ocean.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/start_ocean.sh b/start_ocean.sh index e4ec1d8..80f099a 100755 --- a/start_ocean.sh +++ b/start_ocean.sh @@ -207,6 +207,10 @@ while :; do COMPOSE_FILES="${COMPOSE_FILES/ -f ${COMPOSE_DIR}\/aquarius_elasticsearch.yml/}" printf $COLOR_Y'Starting without Aquarius...\n\n'$COLOR_RESET ;; + --no-dashboard) + COMPOSE_FILES="${COMPOSE_FILES/ -f ${COMPOSE_DIR}\/dashboard.yml/}" + printf $COLOR_Y'Starting without Dashboard ...\n\n'$COLOR_RESET + ;; ################################################# # MongoDB #################################################