diff --git a/compose.yaml b/compose.yaml index 99c8ac3a..bf652abe 100644 --- a/compose.yaml +++ b/compose.yaml @@ -23,5 +23,8 @@ services: - TIMEZONE volumes: - /data/coolify/applications/music-library:/mnt/music_library - - + healthcheck: + test: ["CMD-SHELL", "bin/music_library pid"] + interval: 10s + timeout: 20s + retries: 10