fix: check existence of radio.liq file

This commit is contained in:
Oliver Meyer 2024-05-15 21:52:04 +02:00
parent 485a08c841
commit 8eaadf0197
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ services:
environment:
LIBRETIME_GENERAL_PUBLIC_URL: http://nginx:8080
healthcheck:
test: liquidsoap --version
test: test -f radio.liq
analyzer:
image: ghcr.io/libretime/libretime-analyzer:${LIBRETIME_VERSION:-latest}