1
0
Fork 0
loadr/fly.toml

14 lines
216 B
TOML
Raw Permalink Normal View History

2024-12-04 16:40:52 -06:00
app = "loadr"
primary_region = "ord"
[build]
[http_service]
internal_port = 8080
force_https = true
auto_start_machines = true
min_machines_running = 1
processes = ["app"]
[[vm]]
size = "shared-cpu-1x"