MQL5-Google-Onedrive/railway.json
google-labs-jules[bot] ea261ed334 Merge feature branch, cleanup dependencies, and sanitize credentials
Co-authored-by: Mouy-leng <199350297+Mouy-leng@users.noreply.github.com>
2026-01-28 10:24:13 +00:00

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
}
}