From 5a17cfa97cf96a8d54aa94e556ff4073291cd16d Mon Sep 17 00:00:00 2001 From: Marc Blatter Date: Tue, 24 Mar 2026 19:30:28 +0000 Subject: [PATCH] Korrektur --- compose-monitor.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/compose-monitor.yml b/compose-monitor.yml index 6c2a540..6dc592e 100644 --- a/compose-monitor.yml +++ b/compose-monitor.yml @@ -23,4 +23,9 @@ services: deploy: resources: limits: - memory: 256M \ No newline at end of file + memory: 256M + healthcheck: + test: ["CMD-SHELL", "wget -q --spider http://localhost:8090 || exit 1"] + interval: 30s + timeout: 5s + retries: 3 \ No newline at end of file