towerops-agent/fly.toml
2026-01-24 12:43:24 -06:00

26 lines
520 B
TOML

# fly.toml app configuration file generated for towerops-agent on 2026-01-24T12:26:30-06:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = 'towerops-agent'
primary_region = 'dfw'
[build]
[env]
RUST_LOG = 'info'
[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = 'stop'
auto_start_machines = true
min_machines_running = 0
processes = ['app']
[[vm]]
memory = '256mb'
cpu_kind = 'shared'
cpus = 1
memory_mb = 256