# fly.toml app configuration file generated for sitebase-web on 2026-01-13T21:16:04-06:00 # # See https://fly.io/docs/reference/configuration/ for information about how to use this file. # app = 'sitebase-web' primary_region = 'ord' [build] dockerfile = "Dockerfile" [env] PUBLIC_URL = "https://sitebase" [http_service] internal_port = 8080 force_https = true auto_stop_machines = true auto_start_machines = true min_machines_running = 0 max_machines = 1 [[http_service.checks]] interval = '10s' timeout = '2s' grace_period = '5s' method = 'GET' path = '/' [[vm]] memory = '1gb' cpu_kind = 'shared' cpus = 1 memory_mb = 1024