mirror of
https://github.com/kennethnym/aris.git
synced 2026-03-20 09:01:19 +00:00
23 lines
481 B
TOML
23 lines
481 B
TOML
# fly.toml app configuration file generated for aelis-waitlist-website on 2026-03-08T01:11:12Z
|
|
#
|
|
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
|
|
#
|
|
|
|
app = 'aelis-waitlist-website'
|
|
primary_region = 'lhr'
|
|
|
|
[build]
|
|
|
|
[http_service]
|
|
internal_port = 3000
|
|
force_https = true
|
|
auto_stop_machines = 'stop'
|
|
auto_start_machines = true
|
|
min_machines_running = 0
|
|
processes = ['app']
|
|
|
|
[[vm]]
|
|
memory = '1gb'
|
|
cpus = 1
|
|
memory_mb = 1024
|