mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-22 09:47:04 +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
|
||||
networks:
|
||||
backend:
|
||||
ipv4_address: 172.15.0.16
|
||||
ipv4_address: 172.15.0.17
|
||||
depends_on:
|
||||
- keeper-contracts
|
||||
- parity-node
|
||||
environment:
|
||||
KEEPER_URL: http://keeper-contracts:8545
|
||||
KEEPER_URL: http://parity-node:8545
|
||||
LOCAL_CONTRACTS: "true"
|
||||
KEEPER_NETWORK_NAME: ${KEEPER_NETWORK_NAME}
|
||||
volumes:
|
||||
|
Loading…
Reference in New Issue
Block a user