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

13 lines
341 B
YAML
Raw Permalink Normal View History

2022-08-12 17:32:40 +00:00
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
2022-08-23 22:02:38 +00:00
image: cerc/ipld-eth-beacon-indexer:local
env_file:
- ../config/ipld-eth-beacon-indexer/indexer.env