forked from cerc-io/stack-orchestrator
David Boreham
1852d7d4c1
* Fix bug in default container build flow
* Add convenience stack for chain-chunker
Former-commit-id: 3e78c321b0
14 lines
344 B
YAML
14 lines
344 B
YAML
version: "1.0"
|
|
name: chain-chunker
|
|
decription: "Stack to build containers for chain-chunker"
|
|
repos:
|
|
- cerc-io/ipld-eth-state-snapshot
|
|
- cerc-io/eth-statediff-service
|
|
- cerc-io/ipld-eth-db
|
|
- cerc-io/ipld-eth-server
|
|
containers:
|
|
- cerc/ipld-eth-state-snapshot
|
|
- cerc/eth-statediff-service
|
|
- cerc/ipld-eth-db
|
|
- cerc/ipld-eth-server
|