Fix OnlyOffice internal port to 80 and healthcheck
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
"name": "onlyoffice-docs",
|
"name": "onlyoffice-docs",
|
||||||
"image": "onlyoffice/documentserver:8.2",
|
"image": "onlyoffice/documentserver:8.2",
|
||||||
"isMain": true,
|
"isMain": true,
|
||||||
"internalPort": 8044,
|
"internalPort": 80,
|
||||||
"dependsOn": {
|
"dependsOn": {
|
||||||
"onlyoffice-docs-db": {
|
"onlyoffice-docs-db": {
|
||||||
"condition": "service_healthy"
|
"condition": "service_healthy"
|
||||||
@@ -57,7 +57,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"healthCheck": {
|
"healthCheck": {
|
||||||
"test": "curl -f http://localhost:8044/healthcheck",
|
"test": "curl -f http://localhost/healthcheck",
|
||||||
"interval": "30s",
|
"interval": "30s",
|
||||||
"timeout": "10s",
|
"timeout": "10s",
|
||||||
"retries": 3,
|
"retries": 3,
|
||||||
|
|||||||
Reference in New Issue
Block a user