v1:글벗 초기 기획안_20260121

This commit is contained in:
2026-02-13 11:35:05 +09:00
commit 42bd3fbbc6
12 changed files with 2008 additions and 0 deletions

13
railway.json Normal file
View 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
}
}