frontend/fly.toml

23 lines
452 B
TOML
Raw Normal View History

2025-08-25 12:41:18 -07:00
# fly.toml app configuration file generated for jank-frontend on 2025-05-31T17:45:21-07:00
2025-04-21 17:14:56 -07:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
2025-08-25 12:41:18 -07:00
app = 'jank-frontend'
2025-04-21 17:14:56 -07:00
primary_region = 'sea'
[build]
[http_service]
2025-08-25 12:41:18 -07:00
internal_port = 8080
force_https = true
auto_stop_machines = 'off'
auto_start_machines = true
min_machines_running = 0
processes = ['app']
2025-04-21 17:14:56 -07:00
[[vm]]
2025-08-25 12:41:18 -07:00
memory = '1gb'
cpu_kind = 'shared'
cpus = 1