Merge pull request #137 from oceanprotocol/fix/env-variable-parity

Fix bug starting barge without parity
This commit is contained in:
Javier Cortejoso 2019-04-01 15:11:35 +02:00 committed by GitHub
commit 545f8a5574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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