fix: txn-bot healthcheck missing timeout field (#909)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
openhands 2026-03-17 21:27:07 +00:00
parent e927f44359
commit b91edf5721

View file

@ -202,6 +202,7 @@ services:
healthcheck:
test: ["CMD", "wget", "--spider", "-q", "http://127.0.0.1:43069/status"]
interval: 5s
timeout: 10s
retries: 4
start_period: 10s