mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-02-27 20:53:01 +00:00
Merge pull request #1 from moflix20/flyio-new-files
Fly.io Launch config files
This commit is contained in:
commit
1923b12f87
1 changed files with 23 additions and 0 deletions
23
fly.toml
Normal file
23
fly.toml
Normal 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
|
||||
Loading…
Reference in a new issue