websites/fly.toml

23 lines
459 B
TOML
Raw Permalink Normal View History

2025-01-06 19:35:15 +01:00
# fly.toml app configuration file generated for websites on 2025-01-06T19:26:19+01:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = 'websites'
primary_region = 'ams'
[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