forked from cerc-io/stack-orchestrator
Revert use of stock foundry
This commit is contained in:
parent
c6415018c6
commit
d481b6bf4c
@ -2,7 +2,7 @@
|
|||||||
services:
|
services:
|
||||||
foundry:
|
foundry:
|
||||||
restart: always
|
restart: always
|
||||||
image: ghcr.io/foundry-rs/foundry:latest
|
image: cerc/foundry:local
|
||||||
command: ["while :; do sleep 600; done"]
|
command: ["while :; do sleep 600; done"]
|
||||||
volumes:
|
volumes:
|
||||||
- ../config/foundry/foundry.toml:/foundry.toml
|
- ../config/foundry/foundry.toml:/foundry.toml
|
||||||
|
@ -4,6 +4,7 @@ description: "Ethereum Fixturenet"
|
|||||||
repos:
|
repos:
|
||||||
- git.vdb.to/cerc-io/go-ethereum@v1.13.14
|
- git.vdb.to/cerc-io/go-ethereum@v1.13.14
|
||||||
- git.vdb.to/cerc-io/lighthouse
|
- git.vdb.to/cerc-io/lighthouse
|
||||||
|
- github.com/dboreham/foundry
|
||||||
containers:
|
containers:
|
||||||
- cerc/go-ethereum
|
- cerc/go-ethereum
|
||||||
- cerc/lighthouse
|
- cerc/lighthouse
|
||||||
@ -11,6 +12,7 @@ containers:
|
|||||||
- cerc/fixturenet-eth-genesis
|
- cerc/fixturenet-eth-genesis
|
||||||
- cerc/fixturenet-eth-geth
|
- cerc/fixturenet-eth-geth
|
||||||
- cerc/fixturenet-eth-lighthouse
|
- cerc/fixturenet-eth-lighthouse
|
||||||
|
- cerc/foundry
|
||||||
pods:
|
pods:
|
||||||
- fixturenet-eth
|
- fixturenet-eth
|
||||||
- foundry
|
- foundry
|
||||||
|
@ -8,6 +8,7 @@ repos:
|
|||||||
- git.vdb.to/cerc-io/ipld-eth-db@v5
|
- git.vdb.to/cerc-io/ipld-eth-db@v5
|
||||||
- git.vdb.to/cerc-io/ipld-eth-server@v5
|
- git.vdb.to/cerc-io/ipld-eth-server@v5
|
||||||
- git.vdb.to/cerc-io/tx-spammer
|
- git.vdb.to/cerc-io/tx-spammer
|
||||||
|
- github.com/dboreham/foundry
|
||||||
containers:
|
containers:
|
||||||
- cerc/plugeth-statediff
|
- cerc/plugeth-statediff
|
||||||
- cerc/plugeth
|
- cerc/plugeth
|
||||||
@ -17,6 +18,7 @@ containers:
|
|||||||
- cerc/lighthouse-cli
|
- cerc/lighthouse-cli
|
||||||
- cerc/fixturenet-eth-lighthouse
|
- cerc/fixturenet-eth-lighthouse
|
||||||
- cerc/tx-spammer
|
- cerc/tx-spammer
|
||||||
|
- cerc/foundry
|
||||||
- cerc/ipld-eth-db
|
- cerc/ipld-eth-db
|
||||||
- cerc/ipld-eth-server
|
- cerc/ipld-eth-server
|
||||||
pods:
|
pods:
|
||||||
|
Loading…
Reference in New Issue
Block a user