mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-12-02 05:57:21 +01:00
Merge pull request #33 from oceanprotocol/feature/reuse_db
moved reuse_database to own switch
This commit is contained in:
commit
0966ac5ddc
@ -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
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user