fix: check existence of radio.liq file
This commit is contained in:
parent
485a08c841
commit
8eaadf0197
|
@ -52,7 +52,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
LIBRETIME_GENERAL_PUBLIC_URL: http://nginx:8080
|
LIBRETIME_GENERAL_PUBLIC_URL: http://nginx:8080
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: liquidsoap --version
|
test: test -f radio.liq
|
||||||
|
|
||||||
analyzer:
|
analyzer:
|
||||||
image: ghcr.io/libretime/libretime-analyzer:${LIBRETIME_VERSION:-latest}
|
image: ghcr.io/libretime/libretime-analyzer:${LIBRETIME_VERSION:-latest}
|
||||||
|
|
Loading…
Reference in New Issue