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: