stack-orchestrator/app/data/compose/docker-compose-foundry.yml
2023-03-08 22:49:00 -07:00

9 lines
276 B
YAML

# 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"]
volumes:
- ../config/foundry/foundry.toml:/foundry.toml
- ./foundry/workspace:/workspace