barge/compose-files/brizo.yml

24 lines
632 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
- secret-store-signing-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}
PARITY_URL: ${SIGNING_NODE_URL}
2018-12-06 16:42:35 +01:00
LOCAL_CONTRACTS: ${KEEPER_DEPLOY_CONTRACTS}
SECRET_STORE_URL: ${SECRET_STORE_URL}
PARITY_ADDRESS: ${PUBLISHER_ADDRESS}
PARITY_PASSWORD: ${PUBLISHER_PASSWORD}
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