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 image: ghcr.io/goatnetwork/goat-geth:v0.2.0
stop_grace_period: 5m stop_grace_period: 5m
restart: unless-stopped restart: unless-stopped
healthcheck: #healthcheck:
test: ["CMD-SHELL", "geth attach --exec eth.blockNumber"] # test: ["CMD-SHELL", "geth attach --exec eth.blockNumber"]
interval: 5s # interval: 5s
timeout: 5s # timeout: 5s
retries: 5 # retries: 5
environment: environment:
- "GETH_STATE_SCHEME=path" - "GETH_STATE_SCHEME=path"
- "GETH_DB_ENGINE=pebble" - "GETH_DB_ENGINE=pebble"