2022-08-12 17:32:40 +00:00
|
|
|
version: "3.2"
|
|
|
|
services:
|
|
|
|
ipld-eth-beacon-indexer:
|
|
|
|
restart: unless-stopped
|
|
|
|
depends_on:
|
2022-11-03 22:31:14 +00:00
|
|
|
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
|
2022-11-03 22:31:14 +00:00
|
|
|
env_file:
|
|
|
|
- ../config/ipld-eth-beacon-indexer/indexer.env
|