stack-orchestrator/app/data/compose/docker-compose-foundry.yml
2023-03-09 17:06:07 -07:00

6 lines
156 B
YAML

# Add-on pod to include foundry tooling within a fixturenet
services:
foundry:
image: cerc/foundry:local
command: ["while :; do sleep 600; done"]