2018-11-29 12:32:38 +01:00
|
|
|
version: '2.1'
|
|
|
|
services:
|
|
|
|
brizo:
|
2018-12-19 10:52:44 +01:00
|
|
|
image: oceanprotocol/brizo:${BRIZO_VERSION:-stable}
|
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}
|
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
|