JSON · 367 bytes Raw Blame History
1 {
2 "$schema": "https://railway.app/railway.schema.json",
3 "build": {
4 "builder": "NIXPACKS",
5 "buildCommand": "python manage.py collectstatic --noinput && python manage.py migrate"
6 },
7 "deploy": {
8 "startCommand": "gunicorn localtoast.wsgi:application --bind 0.0.0.0:$PORT",
9 "restartPolicyType": "ON_FAILURE",
10 "restartPolicyMaxRetries": 10
11 }
12 }