mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-10-31 23:55:18 +01:00
20 lines
474 B
YAML
20 lines
474 B
YAML
version: '3'
|
|
services:
|
|
brizo:
|
|
image: oceanprotocol/brizo:${BRIZO_VERSION:-stable}
|
|
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
|