mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-03 05:45:04 +03:00
34 lines
697 B
TOML
34 lines
697 B
TOML
# fly.toml app configuration file generated for omniroute on 2026-04-01T14:49:22Z
|
|
#
|
|
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
|
|
#
|
|
|
|
app = 'omniroute'
|
|
primary_region = 'sin'
|
|
|
|
[build]
|
|
|
|
[processes]
|
|
app = 'node ./dbsetup.js node healthcheck.mjs'
|
|
|
|
[[mounts]]
|
|
source = 'data'
|
|
destination = '/data'
|
|
auto_extend_size_threshold = 80
|
|
auto_extend_size_increment = '1GB'
|
|
auto_extend_size_limit = '10GB'
|
|
|
|
[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
|