fix: check existence of radio.liq file
This commit is contained in:
parent
485a08c841
commit
8eaadf0197
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue