I like unhealthy
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user