make it invincible
This commit is contained in:
4
fuse.yml
4
fuse.yml
@@ -24,10 +24,10 @@ services:
|
|||||||
fuse-nethermind:
|
fuse-nethermind:
|
||||||
image: fusenet/node:nethermind-1.25.4-v6.0.2
|
image: fusenet/node:nethermind-1.25.4-v6.0.2
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "cat", "/health/status", "|", "grep", "-q", "online"]
|
test: ["CMD", "sh", "-c", "while read -r status; do [ \"$$status\" = \"online\" -o \"$$status\" = \"lagging\" ] && exit 0; done < /health/status; exit 1"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
timeout: 1s
|
timeout: 1s
|
||||||
retries: 3
|
retries: 1
|
||||||
expose:
|
expose:
|
||||||
- "35045"
|
- "35045"
|
||||||
- "8545"
|
- "8545"
|
||||||
|
|||||||
Reference in New Issue
Block a user