David Boreham
b23b5ae3bf
* add fixturenet-gaia stack * add fixturenet-pocket * integrate with eth fixturenet * separate out fixturenet-gaia * use pocket-deployments Dockerfile --------- Co-authored-by: iskay <ian@knowable.vc> Co-authored-by: Ian <ikay@lakeheadu.ca>
17 lines
449 B
YAML
17 lines
449 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:
|
|
- cerc-io/go-ethereum
|
|
- pokt-network/pocket-core
|
|
- 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
|