trinket-proxy/trinket-proxy/fly.toml

23 lines
474 B
TOML
Raw Normal View History

2025-07-10 16:59:51 -07:00
# fly.toml app configuration file generated for trinket-proxy on 2025-07-10T16:44:50-07:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = 'trinket-proxy'
primary_region = 'sea'
[build]
[http_service]
internal_port = 3000
force_https = true
auto_stop_machines = 'suspend'
auto_start_machines = true
min_machines_running = 0
processes = ['app']
[[vm]]
memory = '1gb'
cpu_kind = 'shared'
cpus = 1