mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-11 16:09:16 +00:00
11 lines
269 B
JSON
11 lines
269 B
JSON
|
|
{
|
||
|
|
"$schema": "https://railway.app/railway.schema.json",
|
||
|
|
"build": {
|
||
|
|
"builder": "NIXPACKS"
|
||
|
|
},
|
||
|
|
"deploy": {
|
||
|
|
"startCommand": "python scripts/startup_orchestrator.py --monitor 0",
|
||
|
|
"restartPolicyType": "ON_FAILURE",
|
||
|
|
"restartPolicyMaxRetries": 10
|
||
|
|
}
|
||
|
|
}
|