1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-06-25 18:56:47 +02:00

faucet fix

This commit is contained in:
Matthias Kretschmann 2019-07-18 14:38:44 +02:00
parent 13defcaf82
commit 827e3aeef5
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -17,6 +17,8 @@ services:
ipv4_address: 172.15.0.21
depends_on:
- mongodb
- keeper-node
environment:
FAUCET_NODE: ${KEEPER_RPC_URL}
NODE_ENV: 'production'
MONGO_URL: 'mongodb://mongodb:27017/faucetdbtest'