Merge pull request 'fix: txn-bot healthcheck missing timeout field (#909)' (#936) from fix/issue-909 into master

This commit is contained in:
johba 2026-03-17 23:26:02 +01:00
commit 7aa266b3a1

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