mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-05 02:49:32 +00:00
Merge pull request #998 from eikek/fix/976-docker-healthcheck
Fix health check in docker images
This commit is contained in:
commit
68b3b943f0
@ -68,5 +68,5 @@ COPY joex-entrypoint.sh /opt/joex-entrypoint.sh
|
|||||||
ENTRYPOINT ["/opt/joex-entrypoint.sh", "-J-XX:+UseG1GC"]
|
ENTRYPOINT ["/opt/joex-entrypoint.sh", "-J-XX:+UseG1GC"]
|
||||||
EXPOSE 7878
|
EXPOSE 7878
|
||||||
|
|
||||||
HEALTHCHECK --interval=1m --timeout=10s --retries=2 --start-period=10s \
|
HEALTHCHECK --interval=1m --timeout=10s --retries=2 --start-period=30s \
|
||||||
CMD pgrep -f joex/lib
|
CMD wget --spider http://localhost:7878/api/info/version
|
||||||
|
@ -18,4 +18,4 @@ ENTRYPOINT ["/opt/docspell-restserver/bin/docspell-restserver", "-J-XX:+UseG1GC"
|
|||||||
EXPOSE 7880
|
EXPOSE 7880
|
||||||
|
|
||||||
HEALTHCHECK --interval=1m --timeout=10s --retries=2 --start-period=30s \
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user