stack-orchestrator/app/data/compose/docker-compose-foundry.yml
prathamesh0 63af333315 Add restart policies for fixturenet-eth stack containers
Former-commit-id: 716e132300d88dbe6121ed3968a9c78b561196ef
2023-05-18 17:58:36 +05:30

10 lines
281 B
YAML

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