1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-06-29 01:07:44 +02:00
barge/compose-files/brizo.yml
2018-12-04 12:57:14 +01:00

18 lines
386 B
YAML

version: '2.1'
services:
brizo:
image: oceanprotocol/brizo:${OCEAN_VERSION:-stable}
ports:
- 8030:8030
networks:
backend:
ipv4_address: 172.15.0.17
depends_on:
- keeper-contracts
env_file:
- ${BRIZO_ENV_FILE}
environment:
KEEPER_URL: http://${RPC_URL}:8545
volumes:
- ${ARTIFACTS_FOLDER}:/usr/local/keeper-contracts/:ro