# https://fly.io/docs/reference/configuration app = "peach" kill_signal = "SIGINT" kill_timeout = 5 primary_region = "iad" [env] PEACH_PHOTON_URL = "https://photon.komoot.io" [http_service] internal_port = 8151 force_https = true auto_stop_machines = "stop" auto_start_machines = true min_machines_running = 0 [[vm]] cpu_kind = "shared" cpus = 1 memory_mb = 256