diff --git a/railway.json b/railway.json index d1efc26..f1ffb3f 100644 --- a/railway.json +++ b/railway.json @@ -6,9 +6,6 @@ "deploy": { "startCommand": "python manage.py migrate --run-syncdb; python manage.py populate_agents; python manage.py collectstatic --noinput && gunicorn netcop_hub.wsgi:application --bind 0.0.0.0:$PORT --workers 1 --timeout 60", "restartPolicyType": "ON_FAILURE", - "restartPolicyMaxRetries": 3, - "healthcheckPath": "/health/", - "healthcheckTimeout": 90, - "healthcheckInterval": 15 + "restartPolicyMaxRetries": 3 } } \ No newline at end of file