This commit is contained in:
2024-01-17 12:14:05 -07:00
parent c51a57d3a2
commit 7ab05f0651
2 changed files with 25 additions and 9 deletions

View File

@ -1,17 +1,22 @@
# fly.toml app configuration file generated for goth-stack on 2024-01-17T12:09:47-07:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = "goth-stack"
primary_region = "sea"
[build]
[http_service]
internal_port = 3000
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 1
processes = ["app"]
internal_port = 3000
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 0
processes = ["app"]
[[vm]]
cpu_kind = "shared"
cpus = 1
memory_mb = 256
cpu_kind = "shared"
cpus = 1
memory_mb = 256