0
0
Derivar 1
réplica de https://github.com/A6-9V/MQL5-Google-Onedrive.git sincronizado 2026-04-11 05:50:56 +00:00
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 linhas
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
}
}