mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-12-02 05:57:21 +01:00
Feature/remove no ganache (#299)
* remove --no-ganache * Update start_ocean.sh
This commit is contained in:
parent
9d90f60faa
commit
33c4080145
@ -104,7 +104,6 @@ export AQUARIUS_VERSION=v2.0.0
|
||||
| `--no-provider` | Start up Ocean without the `provider` Building Block. |
|
||||
| `--no-ipfs` | Start up Ocean without the `ipfs` Building Block |
|
||||
| `--with-provider2` | Runs a 2nd provider, on port 8031. This is required for ocean.js/ocean.py integration tests. 2nd Provider will use the same image and parameters (log_level, ipfs gateway, compute gateway, etc) as provider1, but has a different private key |
|
||||
| `--no-ganache` | Start up Ocean without the `ganache` Building Block. |
|
||||
| `--no-dashboard` | Start up Ocean without the `dashboard` Building Block. |
|
||||
| `--with-rbac` | Start up Ocean with RBAC Server |
|
||||
| `--with-thegraph` | Start up Ocean with graphnode,postgresql and deploys ocean-subgraph |
|
||||
|
@ -236,11 +236,6 @@ while :; do
|
||||
COMPOSE_FILES+=" -f ${COMPOSE_DIR}/thegraph.yml"
|
||||
printf $COLOR_Y'Starting with TheGraph...\n\n'$COLOR_RESET
|
||||
;;
|
||||
--no-ganache)
|
||||
COMPOSE_FILES="${COMPOSE_FILES/ -f ${COMPOSE_DIR}\/ganache.yml/}"
|
||||
COMPOSE_FILES="${COMPOSE_FILES/ -f ${COMPOSE_DIR}\/ocean_contracts.yml/}"
|
||||
printf $COLOR_Y'Starting without Ganache...\n\n'$COLOR_RESET
|
||||
;;
|
||||
--no-aquarius)
|
||||
COMPOSE_FILES="${COMPOSE_FILES/ -f ${COMPOSE_DIR}\/aquarius.yml/}"
|
||||
printf $COLOR_Y'Starting without Aquarius...\n\n'$COLOR_RESET
|
||||
|
Loading…
Reference in New Issue
Block a user