From 00dc3da9707fef4089de154c45b8b7ccb4d47c50 Mon Sep 17 00:00:00 2001 From: ryuupendragon Date: Fri, 20 Mar 2026 18:26:54 +0530 Subject: [PATCH] Add healthchecks --- selfhst-icons/compose.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/selfhst-icons/compose.yaml b/selfhst-icons/compose.yaml index 6b91020..ef59fb2 100644 --- a/selfhst-icons/compose.yaml +++ b/selfhst-icons/compose.yaml @@ -13,6 +13,12 @@ services: - ${PORT}:4050 networks: - frontend + healthcheck: + test: ["CMD", "/server", "-healthcheck"] + interval: 30s + timeout: 5s + retries: 3 + start_period: 5s networks: frontend: