forked from cerc-io/stack-orchestrator
David Boreham
f1a626ddf5
* Build lcli locally * Pull lighthouse repo * Enable portable lcli build * Update ldcli options * Add lcli container to fixturenet-eth stack * Include --eth1-block-hash --------- Co-authored-by: David Boreham <david@bozemanpas.com> Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
27 lines
609 B
YAML
27 lines
609 B
YAML
version: "1.0"
|
|
name: fixturenet-eth-loaded
|
|
decription: "Loaded Ethereum Fixturenet"
|
|
repos:
|
|
- github.com/cerc-io/go-ethereum
|
|
- github.com/cerc-io/tx-spammer
|
|
- 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
|
|
- cerc/keycloak
|
|
- cerc/tx-spammer
|
|
pods:
|
|
- fixturenet-eth
|
|
- tx-spammer
|
|
- fixturenet-eth-metrics
|
|
- keycloak
|
|
- ipld-eth-server
|
|
- ipld-eth-db
|