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

@@ -13,8 +13,7 @@ services:
extra_hosts:
- "host:${HOST_IP}"
healthcheck:
test:
["CMD-SHELL", "mosquitto_sub -t '$SYS/#' -C 1 -i healthcheck || exit 1"]
test: ["CMD-SHELL", "nc -z -w 5 localhost 1883 || exit 1"]
interval: 30s
timeout: 10s
retries: 3