1
0
forked from a/lifeto-shop
lifeto-shop/fly.toml

23 lines
457 B
TOML
Raw Normal View History

2025-06-23 06:33:03 +00:00
# fly.toml app configuration file generated for lifeto on 2025-06-23T01:16:55-05:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = 'lifeto'
primary_region = 'ord'
[build]
[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = 'stop'
auto_start_machines = true
min_machines_running = 0
processes = ['app']
[[vm]]
memory = '1gb'
cpu_kind = 'shared'
cpus = 1