web-nginx: add basic healthcheck

testing-php81
Andrew Dolgov 2 years ago
parent c91a00451c
commit 851db2c575

@ -1,3 +1,5 @@
FROM nginx:alpine
HEALTHCHECK CMD curl --fail http://localhost/tt-rss/index.php || exit 1
COPY nginx.conf /etc/nginx/nginx.conf

Loading…
Cancel
Save