mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-12-02 05:57:21 +01:00
fix brizo
This commit is contained in:
parent
6c59f14849
commit
5a07e99fcc
13
.env
13
.env
@ -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
|
|
@ -3,15 +3,16 @@ services:
|
|||||||
brizo:
|
brizo:
|
||||||
image: oceanprotocol/brizo:${OCEAN_VERSION:-stable}
|
image: oceanprotocol/brizo:${OCEAN_VERSION:-stable}
|
||||||
ports:
|
ports:
|
||||||
- 8030:8030
|
- 8030:8030
|
||||||
networks:
|
networks:
|
||||||
backend:
|
backend:
|
||||||
ipv4_address: 172.15.0.17
|
ipv4_address: 172.15.0.17
|
||||||
depends_on:
|
depends_on:
|
||||||
- keeper-node
|
- keeper-node
|
||||||
env_file:
|
env_file:
|
||||||
- ${BRIZO_ENV_FILE}
|
- ${BRIZO_ENV_FILE}
|
||||||
environment:
|
environment:
|
||||||
KEEPER_URL: ${KEEPER_RPC_URL}
|
KEEPER_URL: ${KEEPER_RPC_URL}
|
||||||
|
LOCAL_CONTRACTS: ${KEEPER_DEPLOY_CONTRACTS}
|
||||||
volumes:
|
volumes:
|
||||||
- ${KEEPER_ARTIFACTS_FOLDER}:/usr/local/artifacts:ro
|
- ${KEEPER_ARTIFACTS_FOLDER}:/usr/local/artifacts:ro
|
||||||
|
Loading…
Reference in New Issue
Block a user