📦 Initialize Geulbeot structure and merge Prompts & test projects
This commit is contained in:
13
03. Code/geulbeot_2nd/railway.json
Normal file
13
03. Code/geulbeot_2nd/railway.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$schema": "https://railway.app/railway.schema.json",
|
||||
"build": {
|
||||
"builder": "NIXPACKS"
|
||||
},
|
||||
"deploy": {
|
||||
"startCommand": "gunicorn app:app",
|
||||
"healthcheckPath": "/health",
|
||||
"healthcheckTimeout": 100,
|
||||
"restartPolicyType": "ON_FAILURE",
|
||||
"restartPolicyMaxRetries": 10
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user