mirror of
https://github.com/kennethreitz/kennethreitz.org.git
synced 2026-06-05 22:50:17 +00:00
ddf80edf03
Performance CPUs require 4GB minimum — shared-cpu-2x with 2 workers is more cost-effective for this workload. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
35 lines
653 B
TOML
35 lines
653 B
TOML
# fly.toml app configuration file generated for kr-website-icy-sea-7069 on 2024-08-12T16:11:03-04:00
|
|
#
|
|
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
|
|
#
|
|
|
|
app = 'kr-website-icy-sea-7069'
|
|
primary_region = 'iad'
|
|
|
|
[build]
|
|
|
|
[deploy]
|
|
strategy = "bluegreen"
|
|
|
|
[http_service]
|
|
internal_port = 8000
|
|
force_https = true
|
|
auto_stop_machines = 'off'
|
|
auto_start_machines = true
|
|
min_machines_running = 1
|
|
processes = ['app']
|
|
|
|
[checks]
|
|
[checks.web]
|
|
type = "http"
|
|
grace_period = "15s"
|
|
interval = "10s"
|
|
method = "get"
|
|
path = "/health"
|
|
timeout = "10s"
|
|
|
|
[[vm]]
|
|
memory = 2048
|
|
cpu_kind = 'shared'
|
|
cpus = 2
|