Merge pull request #33 from oceanprotocol/feature/reuse_db

moved reuse_database to own switch
This commit is contained in:
Sebastian Gerske 2018-10-11 09:56:18 +02:00 committed by GitHub
commit 0966ac5ddc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -38,8 +38,10 @@ while :; do
export OCEAN_VERSION=latest
printf $COLOR_Y'Switched to latest components...\n\n'$COLOR_RESET
;;
--no-pleuston)
--reuse-database)
export REUSE_DATABASE="true"
;;
--no-pleuston)
COMPOSE_FILE='docker-compose-no-pleuston.yml'
printf $COLOR_Y'Starting without Pleuston...\n\n'$COLOR_RESET
;;