1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-06-28 00:37:43 +02:00
barge/compose-files/brizo.yml
Aitor cacdf0f45a
Merge pull request #119 from oceanprotocol/add-squid-py-v0.4.2-compatible-option
Soft-pin the default versions of Aquarius, Brizo, Keeper Contracts &  Pleuston. Add new --stable option
2019-04-03 15:05:29 +02:00

20 lines
464 B
YAML

version: '3'
services:
brizo:
image: oceanprotocol/brizo:$BRIZO_VERSION
ports:
- 8030:8030
networks:
backend:
ipv4_address: 172.15.0.17
depends_on:
- keeper-node
env_file:
- ${BRIZO_ENV_FILE}
environment:
KEEPER_URL: ${KEEPER_RPC_URL}
PARITY_URL: ${KEEPER_RPC_URL}
LOCAL_CONTRACTS: ${KEEPER_DEPLOY_CONTRACTS}
volumes:
- ${KEEPER_ARTIFACTS_FOLDER}:/usr/local/keeper-contracts:ro