2023-03-06 22:19:19 +00:00
|
|
|
# Add-on pod to include foundry tooling within a fixturenet
|
|
|
|
services:
|
|
|
|
foundry:
|
2023-05-19 08:16:39 +00:00
|
|
|
restart: always
|
2023-03-10 00:06:07 +00:00
|
|
|
image: cerc/foundry:local
|
2023-03-06 22:19:19 +00:00
|
|
|
command: ["while :; do sleep 600; done"]
|
2023-03-09 05:22:43 +00:00
|
|
|
volumes:
|
2023-03-09 05:49:00 +00:00
|
|
|
- ../config/foundry/foundry.toml:/foundry.toml
|
|
|
|
- ./foundry/workspace:/workspace
|