# fly.toml app configuration file generated for alanpearce-eu on 2024-06-19T15:17:02+02:00 # # See https://fly.io/docs/reference/configuration/ for information about how to use this file. # app = "alanpearce-eu" primary_region = "ams" [build] image = "registry.fly.io/alanpearce-eu" [env] BASE_URL = "https://alanpearce.eu" PORT = "80" REDIRECT_OTHER_HOSTNAMES = "true" [http_service] internal_port = 80 force_https = true auto_stop_machines = false auto_start_machines = true min_machines_running = 3 processes = [ "app" ] [[http_service.checks]] grace_period = "15s" interval = "15s" method = "GET" timeout = "1s" path = "/health" [http_service.concurrency] type = "requests" soft_limit = 15000 [http_service.http_options] h2_backend = true [http_service.http_options.response] pristine = true [[vm]] size = "shared-cpu-1x"