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