1
0
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:
Sebastian Gerske 2018-11-26 09:04:40 +01:00 committed by GitHub
commit 3c5999fe9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: