mirror of https://github.com/VERT-sh/VERT.git
Merge 546c99e6fb into 438f91aa0c
This commit is contained in:
commit
13f69b2caf
|
|
@ -0,0 +1,23 @@
|
||||||
|
# fly.toml app configuration file generated for vert on 2025-11-14T20:38:18Z
|
||||||
|
#
|
||||||
|
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
|
||||||
|
#
|
||||||
|
|
||||||
|
app = 'vert'
|
||||||
|
primary_region = 'dfw'
|
||||||
|
|
||||||
|
[build]
|
||||||
|
|
||||||
|
[http_service]
|
||||||
|
internal_port = 80
|
||||||
|
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 New Issue