ivy.rs/fly.toml
Laker Turner b5e36b3a21
fly
2025-04-23 22:35:48 +01:00

22 lines
463 B
TOML

# fly.toml app configuration file generated for ivy-dot-rs on 2025-04-23T21:26:42+01:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = 'ivy-dot-rs'
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