1
0
stack-orchestrator/app/data/compose/docker-compose-foundry.yml
David Boreham b47d303ba4 Merge branch 'main' into dboreham/fixturenet-eth-deploy-contracts
Former-commit-id: c8ba07739ee5cb1ac1a98d50d217ccec890bc93a
2023-03-09 17:10:16 -07:00

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