MQL5-Google-Onedrive/fly.toml
google-labs-jules[bot] f44b4b27b1 Update dashboard link and VPS region config
- Update `index.html` and `dashboard/index.html` to feature the new Rocket Accounting Dashboard link.
- Update `fly.toml` to set `primary_region` to `sin` (Singapore).
- Verified `Dockerfile` and `render.yaml` include monitoring command (`--monitor 0`).
2026-01-24 09:56:09 +00:00

31 lines
497 B
TOML

app = "mql5-automation"
primary_region = "sin"
[build]
[env]
PYTHONUNBUFFERED = "1"
[[services]]
internal_port = 8080
processes = ["app"]
protocol = "tcp"
script_checks = []
[services.concurrency]
hard_limit = 25
soft_limit = 20
type = "connections"
[[services.ports]]
handlers = ["http"]
port = 80
[[services.ports]]
handlers = ["tls", "http"]
port = 443
[[services.tcp_checks]]
interval = "15s"
timeout = "2s"
grace_period = "1s"