forked from cerc-io/stack-orchestrator
David Boreham
ec6b5439f4
* Update repository list file * Add host part to repo name * Allow git hosts other than github
17 lines
482 B
YAML
17 lines
482 B
YAML
version: "1.0"
|
|
name: fixturenet-pocket
|
|
description: "A single node pocket chain that can serve relays from the geth-1 node in eth-fixturenet"
|
|
repos:
|
|
- github.com/cerc-io/go-ethereum
|
|
- github.com/pokt-network/pocket-core
|
|
- github.com/pokt-network/pocket-core-deployments # contains the dockerfile
|
|
containers:
|
|
- cerc/go-ethereum
|
|
- cerc/lighthouse
|
|
- cerc/fixturenet-eth-geth
|
|
- cerc/fixturenet-eth-lighthouse
|
|
- cerc/pocket
|
|
pods:
|
|
- fixturenet-pocket
|
|
- fixturenet-eth
|