stack-orchestrator/stack_orchestrator/data/compose/docker-compose-ipld-eth-beacon-indexer.yml

13 lines
341 B
YAML

version: "3.2"
services:
ipld-eth-beacon-indexer:
restart: unless-stopped
depends_on:
ipld-eth-beacon-db:
condition: service_healthy
fixturenet-eth-lighthouse-1:
condition: service_healthy
image: cerc/ipld-eth-beacon-indexer:local
env_file:
- ../config/ipld-eth-beacon-indexer/indexer.env