move to /health and exclude metrics from logging.

This commit is contained in:
Miroslav Šedivý
2022-07-04 18:09:47 +02:00
parent e37f5c13ca
commit 8f83089c8e
4 changed files with 8 additions and 8 deletions

View File

@ -128,7 +128,7 @@ COPY --from=build /src/bin/neko /usr/bin/neko
#
# add healthcheck
HEALTHCHECK --interval=10s --timeout=5s --retries=8 \
CMD wget -O - http://localhost:${NEKO_SERVER_BIND#*:}/api/health || exit 1
CMD wget -O - http://localhost:${NEKO_SERVER_BIND#*:}/health || exit 1
#
# run neko