1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-06-29 01:07:44 +02:00
barge/compose-files/keeper_contracts.yml

18 lines
489 B
YAML
Raw Normal View History

2018-11-29 12:32:38 +01:00
version: '2.1'
services:
keeper-contracts:
image: oceanprotocol/keeper-contracts:${OCEAN_VERSION:-stable}
networks:
backend:
ipv4_address: 172.15.0.14
environment:
LOCAL_CONTRACTS: "false"
2018-11-29 12:32:38 +01:00
DEPLOY_CONTRACTS: ${DEPLOY_CONTRACTS}
REUSE_DATABASE: "false"
2018-11-29 12:32:38 +01:00
NETWORK_NAME: ${KEEPER_NETWORK_NAME}
POA_HOST: ${KEEPER_RPC_URL}
depends_on:
- blockchain-node
2018-11-29 12:32:38 +01:00
volumes:
- ${KEEPER_ARTIFACTS_FOLDER}:/keeper-contracts/artifacts/