mirror of
https://github.com/thomiceli/opengist.git
synced 2024-12-22 20:42:40 +00:00
Add Healthcheck on Docker (#204)
This commit is contained in:
parent
7ce94eea59
commit
10cf7e6e25
1 changed files with 1 additions and 0 deletions
|
@ -49,4 +49,5 @@ COPY --from=build --chown=opengist:opengist /opengist/docker ./docker
|
|||
|
||||
EXPOSE 6157 2222
|
||||
VOLUME /opengist
|
||||
HEALTHCHECK --interval=60s --timeout=30s --start-period=15s --retries=3 CMD curl -f http://localhost:6157/healthcheck || exit 1
|
||||
ENTRYPOINT ["./docker/entrypoint.sh"]
|
||||
|
|
Loading…
Reference in a new issue