fly
This commit is contained in:
parent
86aeeeebba
commit
b5e36b3a21
9 changed files with 521 additions and 52 deletions
22
fly.toml
Normal file
22
fly.toml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue