9 lines
261 B
YAML
9 lines
261 B
YAML
# Add-on pod to include foundry tooling within a fixturenet
|
|
services:
|
|
foundry:
|
|
image: cerc/foundry:local
|
|
command: ["while :; do sleep 600; done"]
|
|
volumes:
|
|
- ../config/foundry/foundry.toml:/foundry.toml
|
|
- ./foundry/workspace:/workspace
|