MQL5-Google-Onedrive/fly.toml
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

34 lines
565 B
TOML

app = "mql5-automation"
primary_region = "iad"
[build]
dockerfile = "Dockerfile.cloud"
[env]
PYTHONUNBUFFERED = "1"
TZ = "UTC"
ENV = "production"
[[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"