stack-orchestrator/compose/docker-compose-ipld-eth-beacon-indexer.yml
2022-08-13 22:42:15 -06:00

15 lines
381 B
YAML

version: "3.2"
services:
ipld-eth-beacon-indexer:
restart: unless-stopped
depends_on:
- ipld-eth-beacon-db
- lighthouse
image: vulcanize/ipld-eth-beacon-indexer:local
volumes:
- type: bind
source: ${eth_beacon_config_file}
target: /root/ipld-eth-beacon-config.json
environment:
CAPTURE_MODE: ${eth_beacon_capture_mode}