mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-23 02:00:26 +01:00
Merge pull request #58 from oceanprotocol/fix/address-already-in-use
Fix/address already in use / keeper URL
This commit is contained in:
commit
3c5999fe9a
@ -109,11 +109,12 @@ services:
|
|||||||
- 8030:8030
|
- 8030:8030
|
||||||
networks:
|
networks:
|
||||||
backend:
|
backend:
|
||||||
ipv4_address: 172.15.0.16
|
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