Add Basic healtcheck

This commit is contained in:
Mukhtar Akere
2025-06-02 20:45:39 +01:00
parent f041ef47a7
commit 30a1dd74a7
2 changed files with 10 additions and 2 deletions

View File

@@ -61,4 +61,8 @@ EXPOSE 8282
VOLUME ["/app"]
USER nonroot:nonroot
# Base healthcheck
HEALTHCHECK --interval=3s --retries=10 CMD ["/usr/bin/healthcheck", "--config", "/app", "--basic"]
CMD ["/usr/bin/decypharr", "--config", "/app"]