Files
website/fly.toml

23 lines
472 B
TOML
Raw Normal View History

2024-12-06 23:31:45 +00:00
# fly.toml app configuration file generated for athen-lab-website on 2024-12-06T23:12:45Z
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = 'athen-lab-website'
primary_region = 'lhr'
[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