1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-06-10 11:25:20 +02:00
barge/compose-files/brizo.yml

19 lines
428 B
YAML
Raw Normal View History

2019-02-08 09:13:23 +01:00
version: '3'
2018-11-29 12:32:38 +01:00
services:
brizo:
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}
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