docker: update heath check

This commit is contained in:
nym21
2026-03-25 10:33:14 +01:00
parent 6eea20b89a
commit 6d3307c0df
6 changed files with 7 additions and 8 deletions

View File

@@ -32,11 +32,10 @@ services:
# - --rpccookiefile
# - /bitcoin/.cookie
healthcheck:
test: ["CMD", "curl", "-sf", "http://localhost:3110/health"]
test: ["CMD", "pgrep", "-x", "brk"]
interval: 30s
timeout: 10s
retries: 3
start_period: 60s
start_period: 10s
volumes:
brk-data: