Docker: Use new /health endpoint for HEALTHCHECK

This commit is contained in:
Richard Hansen 2021-12-21 01:14:44 -05:00
parent 11de525508
commit f1856cf95a
5 changed files with 49 additions and 31 deletions

View file

@ -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": {