add healthcheck for notify-push

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2024-12-03 11:47:22 +01:00
parent a87459779b
commit 827a27532d

View file

@ -271,6 +271,14 @@
"image": "nextcloud/aio-notify-push", "image": "nextcloud/aio-notify-push",
"user": "33", "user": "33",
"init": true, "init": true,
"healthcheck": {
"start_period": "0s",
"test": "/healthcheck.sh",
"interval": "30s",
"timeout": "30s",
"start_interval": "5s",
"retries": 3
},
"expose": [ "expose": [
"7867" "7867"
], ],