This commit is contained in:
Laker Turner 2025-04-23 22:35:48 +01:00
parent 86aeeeebba
commit b5e36b3a21
No known key found for this signature in database
9 changed files with 521 additions and 52 deletions

22
fly.toml Normal file
View file

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