forked from cerc-io/stack-orchestrator
Thomas E Lackey
6fa3ca2b6d
* Update from github.com to git.vdb.to for many repos. * Use ipld-eth-server@v1.11.6-statediff-v5 for most stacks * Specify go-ethereum branch/tag
14 lines
401 B
YAML
14 lines
401 B
YAML
version: "1.0"
|
|
name: chain-chunker
|
|
description: "Stack to build containers for chain-chunker"
|
|
repos:
|
|
- git.vdb.to/cerc-io/ipld-eth-state-snapshot@v5
|
|
- git.vdb.to/cerc-io/eth-statediff-service@v5
|
|
- git.vdb.to/cerc-io/ipld-eth-db@v5
|
|
- git.vdb.to/cerc-io/ipld-eth-server@v5
|
|
containers:
|
|
- cerc/ipld-eth-state-snapshot
|
|
- cerc/eth-statediff-service
|
|
- cerc/ipld-eth-db
|
|
- cerc/ipld-eth-server
|