29 lines
604 B
TOML
29 lines
604 B
TOML
# 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'
|
|
|
|
[http_service]
|
|
internal_port = 3000
|
|
force_https = true
|
|
auto_stop_machines = 'stop'
|
|
auto_start_machines = true
|
|
min_machines_running = 1
|
|
processes = ["app"]
|
|
[[http_service.checks]]
|
|
grace_period = "30s"
|
|
interval = "120s"
|
|
method = "GET"
|
|
timeout = "5s"
|
|
path = "/api/status"
|
|
protocol = "http"
|
|
|
|
|
|
[[vm]]
|
|
memory = '1gb'
|
|
cpu_kind = 'shared'
|
|
cpus = 1
|