2019-02-08 09:13:23 +01:00
|
|
|
version: '3'
|
2018-11-29 12:32:38 +01:00
|
|
|
services:
|
|
|
|
brizo:
|
2019-02-28 16:49:30 +01:00
|
|
|
image: oceanprotocol/brizo:$BRIZO_VERSION
|
2018-11-29 12:32:38 +01:00
|
|
|
ports:
|
2018-12-06 16:42:35 +01:00
|
|
|
- 8030:8030
|
2018-11-29 12:32:38 +01:00
|
|
|
networks:
|
|
|
|
backend:
|
|
|
|
ipv4_address: 172.15.0.17
|
|
|
|
depends_on:
|
2018-12-06 16:42:35 +01:00
|
|
|
- keeper-node
|
2018-11-30 16:38:42 +01:00
|
|
|
env_file:
|
2018-12-06 16:42:35 +01:00
|
|
|
- ${BRIZO_ENV_FILE}
|
2018-11-29 12:32:38 +01:00
|
|
|
environment:
|
2018-12-05 12:16:18 +01:00
|
|
|
KEEPER_URL: ${KEEPER_RPC_URL}
|
2019-04-01 14:58:50 +02:00
|
|
|
PARITY_URL: ${KEEPER_RPC_URL}
|
2018-12-06 16:42:35 +01:00
|
|
|
LOCAL_CONTRACTS: ${KEEPER_DEPLOY_CONTRACTS}
|
2018-11-29 12:32:38 +01:00
|
|
|
volumes:
|
2018-12-07 12:25:28 +01:00
|
|
|
- ${KEEPER_ARTIFACTS_FOLDER}:/usr/local/keeper-contracts:ro
|