Merged in feature/health (pull request #163)

Health Endpoint

* health
This commit is contained in:
Michael McGuinness
2025-06-09 23:30:06 +00:00
parent cfae1f9016
commit 76e4f5790f
18 changed files with 489 additions and 79 deletions
+3
View File
@@ -52,3 +52,6 @@ COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=build /app/bin/ .
EXPOSE 8080
HEALTHCHECK --interval=3s --timeout=3s --start-period=1s --retries=10 \
CMD ["./healthcheck"]