Files
PostConvert/fly.toml
2025-12-30 03:26:34 +00:00

24 lines
481 B
TOML

# fly.toml app configuration file generated for postconvert on 2025-12-30T03:26:30Z
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = 'postconvert'
primary_region = 'sjc'
[build]
[http_service]
internal_port = 8080
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
memory_mb = 1024