Fix health check in docker images

This commit is contained in:
eikek 2021-08-11 19:21:41 +02:00
parent 0d05cb01ca
commit 9457de32b6
2 changed files with 3 additions and 3 deletions

View File

@ -68,5 +68,5 @@ COPY joex-entrypoint.sh /opt/joex-entrypoint.sh
ENTRYPOINT ["/opt/joex-entrypoint.sh", "-J-XX:+UseG1GC"]
EXPOSE 7878
HEALTHCHECK --interval=1m --timeout=10s --retries=2 --start-period=10s \
CMD pgrep -f joex/lib
HEALTHCHECK --interval=1m --timeout=10s --retries=2 --start-period=30s \
CMD wget --spider http://localhost:7878/api/info/version

View File

@ -18,4 +18,4 @@ ENTRYPOINT ["/opt/docspell-restserver/bin/docspell-restserver", "-J-XX:+UseG1GC"
EXPOSE 7880
HEALTHCHECK --interval=1m --timeout=10s --retries=2 --start-period=30s \
CMD wget --spider http://localhost:7880
CMD wget --spider http://localhost:7880/api/info/version