SilverSight/fly.toml
2026-06-27 21:07:32 +00:00

27 lines
547 B
TOML

# fly.toml app configuration file generated for silversight on 2026-06-27T21:07:27Z
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = 'silversight'
primary_region = 'iad'
[build]
builder = 'paketobuildpacks/builder:base'
[env]
PORT = '8080'
[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 = 256