heathcheck / README.md / webhook_port

This commit is contained in:
2026-08-07 13:13:41 +02:00
parent dc029f1cf9
commit aefcd90119
5 changed files with 14 additions and 14 deletions
+3
View File
@@ -17,4 +17,7 @@ ENV PYTHONUNBUFFERED=1
EXPOSE 8090
HEALTHCHECK --interval=5m --timeout=3s --retries=3 \
CMD python3 -c "import urllib.request; urllib.request.urlopen('http://127.0.0.1:8090/healthz', timeout=2)" || exit 1
CMD ["python", "-m", "app.main"]