2023-03-06 22:19:19 +00:00
|
|
|
# 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"]
|
2023-03-09 05:22:43 +00:00
|
|
|
volumes:
|
|
|
|
- ../config/foundry/foundry.toml:/foundry.toml
|