From de88fd18cda4237faeee5e6b5f383593dbd2ba8c Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Tue, 3 Dec 2024 11:47:22 +0100 Subject: [PATCH] add healthcheck for notify-push Signed-off-by: Simon L. --- php/containers.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/php/containers.json b/php/containers.json index 265010eda57..760f80fae62 100644 --- a/php/containers.json +++ b/php/containers.json @@ -263,6 +263,14 @@ "image": "nextcloud/aio-notify-push", "user": "33", "init": true, + "healthcheck": { + "start_period": "0s", + "test": "/healthcheck.sh", + "interval": "30s", + "timeout": "30s", + "start_interval": "5s", + "retries": 3 + }, "expose": [ "7867" ],