mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
add healthcheck for talk
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
aa0620f2ea
commit
731b1d208c
1 changed files with 8 additions and 0 deletions
|
|
@ -420,6 +420,14 @@
|
||||||
"image": "nextcloud/aio-talk",
|
"image": "nextcloud/aio-talk",
|
||||||
"user": "1000",
|
"user": "1000",
|
||||||
"init": true,
|
"init": true,
|
||||||
|
"healthcheck": {
|
||||||
|
"start_period": "0s",
|
||||||
|
"test": "/healthcheck.sh",
|
||||||
|
"interval": "30s",
|
||||||
|
"timeout": "30s",
|
||||||
|
"start_interval": "5s",
|
||||||
|
"retries": 3
|
||||||
|
},
|
||||||
"ports": [
|
"ports": [
|
||||||
{
|
{
|
||||||
"ip_binding": "",
|
"ip_binding": "",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue