Feature: Add readyz subcommand for Docker healthcheck (#270)

This commit is contained in:
Ralph Slooten
2024-03-31 00:06:25 +13:00
parent 83c70aa7c1
commit a805567810
5 changed files with 86 additions and 2 deletions

View File

@@ -25,4 +25,6 @@ RUN apk add --no-cache tzdata
EXPOSE 1025/tcp 1110/tcp 8025/tcp
HEALTHCHECK --interval=15s CMD /mailpit readyz
ENTRYPOINT ["/mailpit"]