jubjubword Public
| 1 | { |
| 2 | "$schema": "https://railway.app/railway.schema.json", |
| 3 | "build": { |
| 4 | "builder": "NIXPACKS" |
| 5 | }, |
| 6 | "deploy": { |
| 7 | "startCommand": "python manage.py migrate && python manage.py load_corpora --verbosity=2 && gunicorn jubjub.wsgi:application --bind 0.0.0.0:$PORT", |
| 8 | "restartPolicyType": "ON_FAILURE", |
| 9 | "restartPolicyMaxRetries": 10 |
| 10 | } |
| 11 | } |