Plankton_Detector/railway.json

11 lines
408 B
JSON
Raw Normal View History

2024-01-15 00:50:31 +01:00
{
"$schema": "https://railway.app/railway.schema.json",
"build": {
"builder": "NIXPACKS"
},
"deploy": {
2024-01-15 01:35:29 +01:00
"startCommand": "python PlanktonDetector/manage.py migrate && python PlanktonDetector/manage.py collectstatic --noinput && gunicorn --chdir ./PlanktonDetector/ PlanktonDetector.wsgi",
2024-01-15 00:50:31 +01:00
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 10
}
}