mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-10 22:30:56 +00:00
23 lines
385 B
TOML
23 lines
385 B
TOML
|
|
app = "mql5-dashboard"
|
||
|
|
primary_region = "iad"
|
||
|
|
|
||
|
|
[build]
|
||
|
|
command = ""
|
||
|
|
|
||
|
|
[http_service]
|
||
|
|
internal_port = 8080
|
||
|
|
force_https = true
|
||
|
|
auto_stop_machines = true
|
||
|
|
auto_start_machines = true
|
||
|
|
min_machines_running = 0
|
||
|
|
processes = ["app"]
|
||
|
|
|
||
|
|
[[http_service.checks]]
|
||
|
|
grace_period = "10s"
|
||
|
|
interval = "30s"
|
||
|
|
timeout = "5s"
|
||
|
|
method = "GET"
|
||
|
|
path = "/"
|
||
|
|
|
||
|
|
[env]
|
||
|
|
PORT = "8080"
|