JSON · 334 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"
6 },
7 "deploy": {
8 "startCommand": "python manage.py migrate && gunicorn localtoast.wsgi",
9 "restartPolicyType": "ON_FAILURE",
10 "restartPolicyMaxRetries": 10
11 }
12 }