frontend/fly.toml
Bhavnoor Singh Saroya c297ad6085
Some checks failed
Deploy to GitHub Pages / build (push) Has been cancelled
Deploy to GitHub Pages / deploy (push) Has been cancelled
fresh start
2025-08-25 12:41:18 -07:00

22 lines
452 B
TOML

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