mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-01 04:39:12 -04:00
Docker: Use new /health
endpoint for HEALTHCHECK
This commit is contained in:
parent
11de525508
commit
f1856cf95a
5 changed files with 49 additions and 31 deletions
|
@ -63,6 +63,7 @@
|
|||
"security": "1.0.0",
|
||||
"semver": "^7.3.5",
|
||||
"socket.io": "^2.4.1",
|
||||
"superagent": "^6.1.0",
|
||||
"terser": "^5.10.0",
|
||||
"threads": "^1.7.0",
|
||||
"tiny-worker": "^2.3.0",
|
||||
|
@ -74,6 +75,7 @@
|
|||
},
|
||||
"bin": {
|
||||
"etherpad": "node/server.js",
|
||||
"etherpad-healthcheck": "bin/etherpad-healthcheck",
|
||||
"etherpad-lite": "node/server.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -95,7 +97,6 @@
|
|||
"set-cookie-parser": "^2.4.8",
|
||||
"sinon": "^12.0.1",
|
||||
"split-grid": "^1.0.11",
|
||||
"superagent": "^6.1.0",
|
||||
"supertest": "^6.1.6"
|
||||
},
|
||||
"eslintConfig": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue