fix remaining healthchecks

This commit is contained in:
2026-02-04 20:12:08 +01:00
parent 2a20cce669
commit f955d7382c
14 changed files with 27 additions and 52 deletions

View File

@@ -11,11 +11,6 @@ services:
environment:
USER_CREATION: true
DISABLE_PASSWORD_AUTH: false
healthcheck:
test: ["CMD", "wget", "--no-verbose", "--spider", "http://localhost:8090"]
interval: 30s
timeout: 10s
retries: 3
beszel-agent:
image: henrygd/beszel-agent:0.12.6
@@ -31,8 +26,3 @@ services:
HUB_URL: http://localhost:8090
TOKEN: ${BESZEL_TOKEN:?}
KEY: ${BESZEL_KEY:?}
healthcheck:
test: ["CMD-SHELL", "pidof beszel-agent || exit 1"]
interval: 30s
timeout: 5s
retries: 3