From 731b1d208c9bbcc7b5b0dc7229a96d21a53c3823 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Tue, 3 Dec 2024 11:49:47 +0100 Subject: [PATCH] add healthcheck for talk 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 e8b1e5cc..54b43dc4 100644 --- a/php/containers.json +++ b/php/containers.json @@ -420,6 +420,14 @@ "image": "nextcloud/aio-talk", "user": "1000", "init": true, + "healthcheck": { + "start_period": "0s", + "test": "/healthcheck.sh", + "interval": "30s", + "timeout": "30s", + "start_interval": "5s", + "retries": 3 + }, "ports": [ { "ip_binding": "",