fix: rename healthCheck.command to healthCheck.test per Runtipi schema
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
}
|
||||
],
|
||||
"healthCheck": {
|
||||
"command": "curl -f http://localhost/healthcheck",
|
||||
"test": "curl -f http://localhost/healthcheck",
|
||||
"interval": "30s",
|
||||
"timeout": "10s",
|
||||
"retries": 3,
|
||||
@@ -81,7 +81,7 @@
|
||||
}
|
||||
],
|
||||
"healthCheck": {
|
||||
"command": "pg_isready -U onlyoffice -d onlyoffice",
|
||||
"test": "pg_isready -U onlyoffice -d onlyoffice",
|
||||
"interval": "10s",
|
||||
"timeout": "5s",
|
||||
"retries": 5,
|
||||
@@ -99,7 +99,7 @@
|
||||
}
|
||||
],
|
||||
"healthCheck": {
|
||||
"command": "redis-cli ping",
|
||||
"test": "redis-cli ping",
|
||||
"interval": "10s",
|
||||
"timeout": "5s",
|
||||
"retries": 5,
|
||||
@@ -121,7 +121,7 @@
|
||||
}
|
||||
],
|
||||
"healthCheck": {
|
||||
"command": "rabbitmq-diagnostics -q ping",
|
||||
"test": "rabbitmq-diagnostics -q ping",
|
||||
"interval": "10s",
|
||||
"timeout": "5s",
|
||||
"retries": 5,
|
||||
|
||||
Reference in New Issue
Block a user