chore: Adjusted App.json

This commit is contained in:
henrik
2024-12-22 21:12:32 +01:00
parent 9276aa988c
commit f5ffd33bf8

21
app.json Normal file
View File

@@ -0,0 +1,21 @@
{
"formation": {
"web": {
"quantity": 1
},
"silo": {
"quantity": 2
}
},
"healthchecks": {
"web": [
{
"type": "startup",
"name": "web check",
"description": "Checking if the app responds to the /health endpoint",
"path": "/healthz",
"attempts": 5
}
]
}
}