update build scripts

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2024-10-16 21:57:26 +02:00
parent 837d10a1b9
commit 3ea693a76a
2 changed files with 32 additions and 23 deletions

14
app.json Normal file
View File

@@ -0,0 +1,14 @@
{
"healthchecks": {
"web": [
{
"type": "readiness",
"name": "web check",
"description": "Checking if the app responds to the /actuator/health/readiness endpoint",
"path": "/actuator/health/readiness",
"port": 5000,
"attempts": 3
}
]
}
}