I like unhealthy

This commit is contained in:
Sebastian
2025-01-10 10:07:30 +01:00
parent 2ee9222251
commit bb95f8adce

View File

@@ -4,11 +4,11 @@ services:
image: ghcr.io/goatnetwork/goat-geth:v0.2.0
stop_grace_period: 5m
restart: unless-stopped
healthcheck:
test: ["CMD-SHELL", "geth attach --exec eth.blockNumber"]
interval: 5s
timeout: 5s
retries: 5
#healthcheck:
# test: ["CMD-SHELL", "geth attach --exec eth.blockNumber"]
# interval: 5s
# timeout: 5s
# retries: 5
environment:
- "GETH_STATE_SCHEME=path"
- "GETH_DB_ENGINE=pebble"