stack-orchestrator/stack_orchestrator/data/compose/docker-compose-foundry.yml
2024-05-01 12:12:22 +08:00

10 lines
296 B
YAML

# Add-on pod to include foundry tooling within a fixturenet
services:
foundry:
restart: always
image: ghcr.io/foundry-rs/foundry:latest
command: ["while :; do sleep 600; done"]
volumes:
- ../config/foundry/foundry.toml:/foundry.toml
- ./foundry/workspace:/workspace