Adds Autotest and healthcheck.

This commit is contained in:
Werner Beroux
2020-07-29 19:19:38 +02:00
parent 39c5c689a8
commit f9cb694c2b
2 changed files with 9 additions and 0 deletions

3
docker-compose.test.yml Normal file
View File

@@ -0,0 +1,3 @@
sut:
build: .
command: sh -c '(mopidy &) && sleep 5 && curl --connect-timeout 5 --show-error --fail http://localhost:6680/'