forked from cerc-io/stack-orchestrator
First pass at adding laconicd support
This commit is contained in:
parent
debbc5295b
commit
1d7c57bde1
@ -7,3 +7,4 @@ ipld-eth-beacon-indexer
|
|||||||
ipld-eth-server
|
ipld-eth-server
|
||||||
lighthouse
|
lighthouse
|
||||||
prometheus-grafana
|
prometheus-grafana
|
||||||
|
laconicd
|
||||||
|
6
compose/docker-compose-laconicd.yml
Normal file
6
compose/docker-compose-laconicd.yml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
version: "3.2"
|
||||||
|
services:
|
||||||
|
laconicd:
|
||||||
|
restart: unless-stopped
|
||||||
|
image: cerc/laconicd:local
|
||||||
|
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user