Add healthcheck

This commit is contained in:
CrazyMax 2019-08-04 09:26:54 +02:00
parent 1b7c1ccafa
commit 43f331f798
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
2 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 20308-RC2 (2019/08/04)
* Add healthcheck
## 20308-RC1 (2019/07/30)
* JetBrains License Server 20308

View File

@ -42,3 +42,6 @@ VOLUME [ "/data" ]
ENTRYPOINT [ "/entrypoint.sh" ]
CMD [ "/usr/local/bin/license-server", "run" ]
HEALTHCHECK --interval=10s --timeout=5s \
CMD license-server status