mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-22 01:37:01 +01:00
Fix bug starting barge without parity
This commit is contained in:
parent
0eabdd1ccc
commit
c5fb12bb83
@ -5,7 +5,8 @@ PARITY_ADDRESS=0x00bd138abd70e2f00903268f3db08f2d25677c9e
|
|||||||
PARITY_PASSWORD=node0
|
PARITY_PASSWORD=node0
|
||||||
|
|
||||||
SECRET_STORE_URL=http://secret-store:12001
|
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_NAME=
|
||||||
AZURE_ACCOUNT_KEY=
|
AZURE_ACCOUNT_KEY=
|
||||||
|
@ -13,6 +13,7 @@ services:
|
|||||||
- ${BRIZO_ENV_FILE}
|
- ${BRIZO_ENV_FILE}
|
||||||
environment:
|
environment:
|
||||||
KEEPER_URL: ${KEEPER_RPC_URL}
|
KEEPER_URL: ${KEEPER_RPC_URL}
|
||||||
|
PARITY_URL: ${KEEPER_RPC_URL}
|
||||||
LOCAL_CONTRACTS: ${KEEPER_DEPLOY_CONTRACTS}
|
LOCAL_CONTRACTS: ${KEEPER_DEPLOY_CONTRACTS}
|
||||||
volumes:
|
volumes:
|
||||||
- ${KEEPER_ARTIFACTS_FOLDER}:/usr/local/keeper-contracts:ro
|
- ${KEEPER_ARTIFACTS_FOLDER}:/usr/local/keeper-contracts:ro
|
||||||
|
Loading…
Reference in New Issue
Block a user