parent
199a4036a8
commit
e801c28f60
5
app/data/compose/docker-compose-foundry.yml
Normal file
5
app/data/compose/docker-compose-foundry.yml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# Add-on pod to include foundry tooling within a fixturenet
|
||||||
|
services:
|
||||||
|
foundry:
|
||||||
|
image: ghcr.io/foundry-rs/foundry:latest
|
||||||
|
command: ["while :; do sleep 600; done"]
|
@ -19,3 +19,4 @@ eth-probe
|
|||||||
keycloak
|
keycloak
|
||||||
tx-spammer
|
tx-spammer
|
||||||
kubo
|
kubo
|
||||||
|
foundry
|
||||||
|
@ -11,3 +11,4 @@ containers:
|
|||||||
- cerc/fixturenet-eth-lighthouse
|
- cerc/fixturenet-eth-lighthouse
|
||||||
pods:
|
pods:
|
||||||
- fixturenet-eth
|
- fixturenet-eth
|
||||||
|
- foundry
|
||||||
|
Loading…
Reference in New Issue
Block a user