From dd8f5411a94304dd522eb3315844a7460ba3c7c3 Mon Sep 17 00:00:00 2001 From: sven Date: Thu, 12 Feb 2026 10:24:13 +0100 Subject: [PATCH] =?UTF-8?q?Healthcheck=20f=C3=BCr=20iGotify=20hinzugef?= =?UTF-8?q?=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gotify/docker-compose.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gotify/docker-compose.yml b/gotify/docker-compose.yml index d89a021..f828698 100755 --- a/gotify/docker-compose.yml +++ b/gotify/docker-compose.yml @@ -40,4 +40,9 @@ services: - /opt/gotify/api-data:/app/data environment: GOTIFY_URLS: 192.168.178.183:9085 -networks: {} \ No newline at end of file + healthcheck: + test: ["CMD", "curl", "-f", "http://localhost:8080/Version"] + interval: "3s" + timeout: "3s" + retries: 5 +networks: {}