1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-11-22 09:47:04 +01:00

fix brizo

This commit is contained in:
Sebastian Gerske 2018-12-06 16:42:35 +01:00
parent 6c59f14849
commit 5a07e99fcc
2 changed files with 5 additions and 17 deletions

13
.env
View File

@ -1,13 +0,0 @@
# Must be set to true for the first run, change it to "false" to avoid migrating the smart contracts on each run.
KEEPER_DEPLOY_CONTRACTS=true
# Specify which ethereum client to run or connect to: kovan, ganache, or ocean_poa_net_local
KEEPER_NETWORK_NAME=development
KEEPER_ARTIFACTS_FOLDER=~/.ocean/keeper-contracts/artifacts
# Ganache specific option, these two options have no effect when not running ganache-cli
GANACHE_DATABASE_PATH=.
GANACHE_REUSE_DATABASE=false
# Specify which ocean version use: stable, latests, ...
OCEAN_VERSION=stable

View File

@ -3,15 +3,16 @@ services:
brizo:
image: oceanprotocol/brizo:${OCEAN_VERSION:-stable}
ports:
- 8030:8030
- 8030:8030
networks:
backend:
ipv4_address: 172.15.0.17
depends_on:
- keeper-node
- keeper-node
env_file:
- ${BRIZO_ENV_FILE}
- ${BRIZO_ENV_FILE}
environment:
KEEPER_URL: ${KEEPER_RPC_URL}
LOCAL_CONTRACTS: ${KEEPER_DEPLOY_CONTRACTS}
volumes:
- ${KEEPER_ARTIFACTS_FOLDER}:/usr/local/artifacts:ro
- ${KEEPER_ARTIFACTS_FOLDER}:/usr/local/artifacts:ro