mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-26 09:52:11 +03:00
24 lines
478 B
TOML
24 lines
478 B
TOML
# fly.toml app configuration file generated for miniroute on 2026-04-02T08:02:33Z
|
|
#
|
|
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
|
|
#
|
|
|
|
app = 'miniroute'
|
|
primary_region = 'iad'
|
|
|
|
[build]
|
|
|
|
[http_service]
|
|
internal_port = 20128
|
|
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
|