1
0
Fork 0
loadr/fly.toml
2024-12-04 16:40:52 -06:00

14 lines
No EOL
216 B
TOML

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"