forked from cerc-io/stack-orchestrator
21 lines
489 B
YAML
21 lines
489 B
YAML
version: "1.0"
|
|
name: fixturenet-eth-system-tests
|
|
decription: "fixturenet-eth-system-tests"
|
|
repos:
|
|
- github.com/cerc-io/go-ethereum
|
|
- github.com/cerc-io/ipld-eth-server
|
|
- github.com/cerc-io/ipld-eth-db
|
|
- github.com/cerc-io/lighthouse
|
|
containers:
|
|
- cerc/go-ethereum
|
|
- cerc/lighthouse
|
|
- cerc/lighthouse-cli
|
|
- cerc/fixturenet-eth-geth
|
|
- cerc/fixturenet-eth-lighthouse
|
|
- cerc/ipld-eth-server
|
|
- cerc/ipld-eth-db
|
|
pods:
|
|
- fixturenet-eth
|
|
- ipld-eth-server
|
|
- ipld-eth-db
|