mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-22 17:50:13 +01:00
fix brizo keeper URL
This commit is contained in:
parent
3d10d53905
commit
bceba2ba0a
@ -112,8 +112,9 @@ services:
|
|||||||
ipv4_address: 172.15.0.17
|
ipv4_address: 172.15.0.17
|
||||||
depends_on:
|
depends_on:
|
||||||
- keeper-contracts
|
- keeper-contracts
|
||||||
|
- parity-node
|
||||||
environment:
|
environment:
|
||||||
KEEPER_URL: http://keeper-contracts:8545
|
KEEPER_URL: http://parity-node:8545
|
||||||
LOCAL_CONTRACTS: "true"
|
LOCAL_CONTRACTS: "true"
|
||||||
KEEPER_NETWORK_NAME: ${KEEPER_NETWORK_NAME}
|
KEEPER_NETWORK_NAME: ${KEEPER_NETWORK_NAME}
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
Reference in New Issue
Block a user