MQL5-Google-Onedrive/railway.json

12 lines
300 B
JSON

{
"$schema": "https://railway.app/railway.schema.json",
"build": {
"builder": "DOCKERFILE",
"dockerfilePath": "Dockerfile.cloud"
},
"deploy": {
"startCommand": "python scripts/telegram_deploy_bot.py",
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 10
}
}