build[waitlist]: add fly.io config

This commit is contained in:
2026-03-08 01:24:50 +00:00
parent a58bd8c37e
commit 8ea9a926c8
2 changed files with 30 additions and 8 deletions

View File

@@ -0,0 +1,22 @@
# 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