chore(deploy): keep fork fly.toml

This commit is contained in:
xiaoge1688
2026-04-02 20:37:54 +08:00
parent a92d6b75bf
commit 57ef0ad41d

View File

@@ -1,19 +1,32 @@
# fly.toml app configuration file generated for miniroute on 2026-04-02T08:02:33Z # fly.toml app configuration file generated for oroute on 2026-03-20T09:12:34Z
# #
# See https://fly.io/docs/reference/configuration/ for information about how to use this file. # See https://fly.io/docs/reference/configuration/ for information about how to use this file.
# #
app = 'miniroute' app = 'omniroute'
primary_region = 'iad' primary_region = 'sin'
[build] [build]
[processes]
app = 'node run-standalone.mjs'
[deploy]
# release_command = "node ./dbsetup.js"
[[mounts]]
source = 'data'
destination = '/data'
auto_extend_size_threshold = 80
auto_extend_size_increment = '1GB'
auto_extend_size_limit = '10GB'
[http_service] [http_service]
internal_port = 20128 internal_port = 20128
force_https = true force_https = true
auto_stop_machines = 'stop' auto_stop_machines = 'stop'
auto_start_machines = true auto_start_machines = true
min_machines_running = 0 min_machines_running = 1
processes = ['app'] processes = ['app']
[[vm]] [[vm]]
@@ -21,3 +34,11 @@ primary_region = 'iad'
cpu_kind = 'shared' cpu_kind = 'shared'
cpus = 1 cpus = 1
memory_mb = 1024 memory_mb = 1024
[env]
TZ = "Asia/Shanghai"
# Bind to all interfaces for Fly runtime networking.
HOST = "0.0.0.0"
HOSTNAME = "0.0.0.0"
BIND = "0.0.0.0"