fix whitespace

This commit is contained in:
2026-02-04 18:13:15 +01:00
parent ab2f707706
commit 2a20cce669
12 changed files with 65 additions and 24 deletions

View File

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