Add restart policies to fixturenet-eth and fixturenet-opimism stacks (#396)

* 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
This commit was merged in pull request #396.
This commit is contained in:
prathamesh0
2023-05-19 13:46:39 +05:30
committed by GitHub
parent 1ffc6b1687
commit c9155eafd2
4 changed files with 31 additions and 14 deletions
@@ -1,6 +1,7 @@
# 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: