railway.json 336 B

12345678910111213
  1. {
  2. "$schema": "https://railway.app/railway.schema.json",
  3. "build": {
  4. "builder": "NIXPACKS"
  5. },
  6. "deploy": {
  7. "startCommand": "gunicorn --bind 0.0.0.0:$PORT run:application",
  8. "healthcheckPath": "/",
  9. "healthcheckTimeout": 100,
  10. "restartPolicyType": "ON_FAILURE",
  11. "restartPolicyMaxRetries": 10
  12. }
  13. }