crimata-infra/fly.toml
2026-02-25 15:38:58 -05:00

29 lines
611 B
TOML

# fly.toml app configuration file generated for infra-shy-sea-1418 on 2026-02-22T13:41:22-05:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = 'infra-shy-sea-1418'
primary_region = 'iad'
[build]
[http_service]
internal_port = 9000
force_https = true
auto_stop_machines = 'stop'
auto_start_machines = true
min_machines_running = 1
processes = ['app']
[[http_service.checks]]
interval = '15s'
timeout = '10s'
grace_period = '30s'
method = 'GET'
path = '/health'
[[vm]]
memory = '1gb'
cpus = 1
memory_mb = 1024