docker: add basic healthcheck

This commit is contained in:
bt90 2022-12-23 18:26:21 +01:00 committed by GitHub
parent 4e7e6e57fe
commit b3c975314d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -3,5 +3,7 @@ MAINTAINER Philipp C. Heckel <philipp.heckel@gmail.com>
COPY ntfy /usr/bin
HEALTHCHECK --interval=60s --timeout=10s CMD wget --no-verbose --tries=1 --spider http://localhost/config.js || exit 1
EXPOSE 80/tcp
ENTRYPOINT ["ntfy"]