Files
trackmyapp/fly.toml

23 lines
464 B
TOML
Raw Normal View History

2025-01-27 00:06:50 +00:00
# fly.toml app configuration file generated for track-my-app on 2025-01-26T23:38:07Z
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = 'track-my-app'
primary_region = 'lhr'
[build]
[http_service]
internal_port = 3000
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