Files
next-portfolio/fly.toml
Joe Monk ce19237fd2
All checks were successful
Build and deploy / deploy (push) Successful in 2m17s
Try different build
2024-12-17 23:57:10 +00:00

33 lines
660 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'
[build]
image = "registry.fly.io/lmcoaching:latest"
[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