First pass at adding laconicd support

This commit is contained in:
David Boreham 2022-09-18 23:28:34 -06:00
parent debbc5295b
commit 1d7c57bde1
4 changed files with 9 additions and 0 deletions

View File

@ -7,3 +7,4 @@ ipld-eth-beacon-indexer
ipld-eth-server ipld-eth-server
lighthouse lighthouse
prometheus-grafana prometheus-grafana
laconicd

View File

@ -0,0 +1,6 @@
version: "3.2"
services:
laconicd:
restart: unless-stopped
image: cerc/laconicd:local

View File

@ -7,3 +7,4 @@ cerc/ipld-eth-db
cerc/ipld-eth-beacon-db cerc/ipld-eth-beacon-db
cerc/ipld-eth-beacon-indexer cerc/ipld-eth-beacon-indexer
cerc/ipld-eth-server cerc/ipld-eth-server
cerc/laconicd

View File

@ -6,3 +6,4 @@ vulcanize/eth-statediff-fill-service
vulcanize/ipld-eth-db-validator vulcanize/ipld-eth-db-validator
vulcanize/ipld-eth-beacon-indexer vulcanize/ipld-eth-beacon-indexer
vulcanize/ipld-eth-beacon-db vulcanize/ipld-eth-beacon-db
cerc-io/laconicd