mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-26 08:41:07 +08: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",
|
||||
"user": "1000",
|
||||
"init": true,
|
||||
"healthcheck": {
|
||||
"start_period": "0s",
|
||||
"test": "/healthcheck.sh",
|
||||
"interval": "30s",
|
||||
"timeout": "30s",
|
||||
"start_interval": "5s",
|
||||
"retries": 3
|
||||
},
|
||||
"ports": [
|
||||
{
|
||||
"ip_binding": "",
|
||||
|
|
Loading…
Reference in a new issue