1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-06-15 17:03:15 +02:00
barge/compose-files/events_handler.yml

21 lines
676 B
YAML
Raw Normal View History

version: '3'
services:
events-handler:
image: oceanprotocol/ocean-events-handler:v0.1.0
networks:
backend:
ipv4_address: 172.15.0.22
depends_on:
- keeper-node
environment:
KEEPER_URL: ${KEEPER_RPC_URL}
PARITY_URL: ${KEEPER_RPC_URL}
SECRET_STORE_URL: "http://secret-store:12001"
PARITY_ADDRESS: "0x00bd138abd70e2f00903268f3db08f2d25677c9e"
PARITY_PASSWORD: "node0"
PARITY_KEYFILE: "/parity-data/keys/validator0.json"
LOCAL_CONTRACTS: ${KEEPER_DEPLOY_CONTRACTS}
volumes:
- ${KEEPER_ARTIFACTS_FOLDER}:/usr/local/keeper-contracts:ro
- ../networks/spree/authorities/:/parity-data/keys