Implements docker container healthchecks

This commit is contained in:
Alicia Sykes
2021-06-10 19:46:46 +01:00
parent c08d0c6ff6
commit dbfbcf3284
9 changed files with 739 additions and 677 deletions

View File

@@ -9,7 +9,8 @@
"lint": "vue-cli-service lint --fix",
"build-watch": "vue-cli-service build --watch",
"build-and-start": "npm-run-all --parallel build start",
"validate-config": "node src/utils/ConfigValidator"
"validate-config": "node src/utils/ConfigValidator",
"health-check": "node bin/healthcheck"
},
"dependencies": {
"ajv": "^8.5.0",