mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-02-28 05:02:59 +00:00
New files from Fly.io Launch
This commit is contained in:
parent
5b796672e9
commit
01200dd169
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