Healthchecks hinzugefügt

This commit is contained in:
2026-01-30 16:04:41 +01:00
parent afa0faa9d4
commit 70ff593d92
3 changed files with 34 additions and 5 deletions
+6
View File
@@ -25,4 +25,10 @@ services:
- /media/Musik:/music:ro
- ./data:/data
- ./navidrome.toml:/config/navidrome.toml
healthcheck:
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:4533/ping"]
interval: 30s
timeout: 10s
retries: 3
start_period: 40s
networks: {}