21 lines
476 B
TOML
21 lines
476 B
TOML
# fly.toml app configuration file generated for buddhist-terms-search on 2026-06-09T13:38:18+08:00
|
|
#
|
|
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
|
|
#
|
|
|
|
app = 'buddhist-terms-search'
|
|
primary_region = 'sin'
|
|
|
|
[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'
|
|
cpus = 1
|
|
memory_mb = 256
|