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

@@ -18,7 +18,7 @@ services:
- /mnt/yotta/krypton/Shows:/host/srv/shows
- /mnt/yotta/neon/Music/Albums:/host/srv/music
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8096/health"]
test: ["CMD", "curl", "-f", "http://localhost:8097/health"]
interval: 30s
timeout: 10s
retries: 3