Merge pull request #1 from moflix20/flyio-new-files

Fly.io Launch config files
This commit is contained in:
fly-io[bot] 2026-02-15 05:26:07 +00:00 committed by GitHub
commit 1923b12f87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

23
fly.toml Normal file
View file

@ -0,0 +1,23 @@
# fly.toml app configuration file generated for 3x-ui-axgmha on 2026-02-15T05:21:13Z
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = '3x-ui-axgmha'
primary_region = 'iad'
[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 = 1024