forked from cerc-io/stack-orchestrator
27 lines
607 B
YAML
27 lines
607 B
YAML
version: "1.1"
|
|
name: mainnet-eth
|
|
description: "Ethereum Mainnet"
|
|
repos:
|
|
- github.com/cerc-io/go-ethereum
|
|
- github.com/cerc-io/lighthouse
|
|
- github.com/dboreham/foundry
|
|
- git.vdb.to/cerc-io/keycloak-reg-api
|
|
- git.vdb.to/cerc-io/keycloak-reg-ui
|
|
- github.com/vulcanize/eth-api-proxy
|
|
containers:
|
|
- cerc/go-ethereum
|
|
- cerc/lighthouse
|
|
- cerc/lighthouse-cli
|
|
- cerc/foundry
|
|
- cerc/keycloak
|
|
- cerc/webapp-base
|
|
- cerc/keycloak-reg-api
|
|
- cerc/keycloak-reg-ui
|
|
- cerc/eth-api-proxy
|
|
pods:
|
|
- mainnet-eth
|
|
- mainnet-eth-keycloak
|
|
- mainnet-eth-metrics
|
|
- mainnet-eth-api-proxy
|
|
- foundry
|