David Boreham
83fb0f92ea
Some checks failed
Ethereum Fixturenet Stack Test / Run Ethereum Fixturenet stack test (push) Failing after 24m19s
Reviewed-on: #3 Co-authored-by: David Boreham <david@bozemanpass.com> Co-committed-by: David Boreham <david@bozemanpass.com>
10 lines
296 B
YAML
10 lines
296 B
YAML
# Add-on pod to include foundry tooling within a fixturenet
|
|
services:
|
|
foundry:
|
|
restart: always
|
|
image: ghcr.io/foundry-rs/foundry:latest
|
|
command: ["while :; do sleep 600; done"]
|
|
volumes:
|
|
- ../config/foundry/foundry.toml:/foundry.toml
|
|
- ./foundry/workspace:/workspace
|