c9155eafd2
* Add restart policies for fixturenet-optimism stack containers Former-commit-id: e749699188c733614423ccc7ef43525b9805e23d * Add restart policies for fixturenet-eth stack containers Former-commit-id: 716e132300d88dbe6121ed3968a9c78b561196ef * Remove existing bootnode ENR directory on start
10 lines
281 B
YAML
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
|