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

15 lines
376 B
YAML
Raw 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
- lighthouse
2022-08-23 22:02:38 +00:00
image: cerc/ipld-eth-beacon-indexer:local
2022-08-12 17:32:40 +00:00
volumes:
- type: bind
source: ${eth_beacon_config_file}
target: /root/ipld-eth-beacon-config.json
environment:
CAPTURE_MODE: ${eth_beacon_capture_mode}