www/fly.toml

23 lines
457 B
TOML
Raw Normal View History

2024-07-01 11:11:56 -04:00
# fly.toml app configuration file generated for techaro on 2024-07-01T10:58:51-04:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = 'techaro'
primary_region = 'yul'
[build]
[http_service]
internal_port = 3000
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 0
processes = ['app']
[[vm]]
memory = '1gb'
cpu_kind = 'shared'
cpus = 1