mirror of
https://github.com/FAUSheppy/icinga-webhook-gateway
synced 2025-12-06 07:21:38 +01:00
fix: healthcheck alive url
This commit is contained in:
@@ -19,7 +19,7 @@ COPY ./ .
|
|||||||
RUN mkdir /app/instance/
|
RUN mkdir /app/instance/
|
||||||
|
|
||||||
HEALTHCHECK --interval=1m --timeout=5s --start-period=10s \
|
HEALTHCHECK --interval=1m --timeout=5s --start-period=10s \
|
||||||
CMD /usr/bin/curl --fail http://localhost:5000/ || exit 1
|
CMD /usr/bin/curl --fail http://localhost:5000/alive || exit 1
|
||||||
EXPOSE 5000/tcp
|
EXPOSE 5000/tcp
|
||||||
|
|
||||||
ENTRYPOINT ["waitress-serve"]
|
ENTRYPOINT ["waitress-serve"]
|
||||||
|
|||||||
Reference in New Issue
Block a user