Commiting to switch to a different orm
This commit is contained in:
30
fly.toml
Normal file
30
fly.toml
Normal file
@@ -0,0 +1,30 @@
|
||||
# fly.toml app configuration file generated for joemonk on 2024-11-13T18:49:43Z
|
||||
#
|
||||
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
|
||||
#
|
||||
|
||||
app = 'joemonk'
|
||||
primary_region = 'lhr'
|
||||
|
||||
[build]
|
||||
|
||||
[http_service]
|
||||
internal_port = 3000
|
||||
force_https = true
|
||||
auto_stop_machines = 'stop'
|
||||
auto_start_machines = true
|
||||
min_machines_running = 0
|
||||
processes = ['app']
|
||||
[[http_service.checks]]
|
||||
grace_period = "15s"
|
||||
interval = "120s"
|
||||
method = "GET"
|
||||
timeout = "5s"
|
||||
path = "/api/status"
|
||||
protocol = "http"
|
||||
|
||||
|
||||
[[vm]]
|
||||
memory = '1gb'
|
||||
cpu_kind = 'shared'
|
||||
cpus = 1
|
||||
Reference in New Issue
Block a user