2024-04-25 12:23:30 +00:00
|
|
|
# Add-on pod to include foundry tooling within a fixturenet
|
|
|
|
services:
|
|
|
|
foundry:
|
|
|
|
restart: always
|
2024-05-01 20:17:18 +00:00
|
|
|
image: ghcr.io/foundry-rs/foundry:latest
|
2024-04-25 12:23:30 +00:00
|
|
|
command: ["while :; do sleep 600; done"]
|
|
|
|
volumes:
|
|
|
|
- ../config/foundry/foundry.toml:/foundry.toml
|
|
|
|
- ./foundry/workspace:/workspace
|