From 49f68a595fa5c919c8479db92646e89c1c842102 Mon Sep 17 00:00:00 2001 From: tobbbs <1+tobbbs@noreply.localhost> Date: Tue, 26 May 2026 13:32:26 +0200 Subject: [PATCH] Update compose.yaml --- compose.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/compose.yaml b/compose.yaml index aaae9e2..02c6bd8 100644 --- a/compose.yaml +++ b/compose.yaml @@ -9,6 +9,11 @@ services: volumes: - /opt/99_backup/databasus-data:/databasus-data restart: unless-stopped + healthcheck: + test: ["CMD", "curl", "-f", "https://backup.doeringer.eu:443/api/v1/system/health"] + interval: "10s" + timeout: "10s" + retries: 15 networks: hydra-local: