stormlight-tracker/fly.toml
Roman Godmaire 61d478d576 misc: 🚢
2024-05-14 21:54:02 -04:00

20 lines
454 B
TOML

# fly.toml app configuration file generated for stormlight-tracker on 2024-05-14T21:51:00-04:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = 'stormlight-tracker'
primary_region = 'iad'
[build]
[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 0
processes = ['app']
[[vm]]
size = 'shared-cpu-1x'