3x-ui/fly.toml
2026-02-15 05:42:16 +00:00

23 lines
483 B
TOML

# fly.toml app configuration file generated for 3x-ui-eagpya on 2026-02-15T05:42:12Z
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = '3x-ui-eagpya'
primary_region = 'fra'
[build]
[http_service]
internal_port = 2053
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 = 2048