fixturenet-eth-stacks/stack-orchestrator/compose/docker-compose-foundry.yml

10 lines
296 B
YAML
Raw Normal View History

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