Fix bug starting barge without parity

This commit is contained in:
eruizgar91 2019-04-01 14:58:50 +02:00
parent 0eabdd1ccc
commit c5fb12bb83
2 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,8 @@ PARITY_ADDRESS=0x00bd138abd70e2f00903268f3db08f2d25677c9e
PARITY_PASSWORD=node0
SECRET_STORE_URL=http://secret-store:12001
RPC_URL=http://keeper-node:8545
KEEPER_URL=http://keeper-node:8545
PARITY_URL=http://keeper-node:8545
AZURE_ACCOUNT_NAME=
AZURE_ACCOUNT_KEY=

View File

@ -13,6 +13,7 @@ services:
- ${BRIZO_ENV_FILE}
environment:
KEEPER_URL: ${KEEPER_RPC_URL}
PARITY_URL: ${KEEPER_RPC_URL}
LOCAL_CONTRACTS: ${KEEPER_DEPLOY_CONTRACTS}
volumes:
- ${KEEPER_ARTIFACTS_FOLDER}:/usr/local/keeper-contracts:ro