mirror of
https://github.com/FAUSheppy/icinga-webhook-gateway
synced 2025-12-05 23:11:43 +01:00
fix: healthcheck alive url
This commit is contained in:
@@ -19,7 +19,7 @@ COPY ./ .
|
||||
RUN mkdir /app/instance/
|
||||
|
||||
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
|
||||
|
||||
ENTRYPOINT ["waitress-serve"]
|
||||
|
||||
Reference in New Issue
Block a user