# Fly.io config for OncoDSL Lab. Change `app` to a unique name and # `primary_region` to your nearest (run `flyctl platform regions` to list). app = "oncodsl-lab" primary_region = "lhr" [build] [http_service] internal_port = 7860 force_https = true auto_stop_machines = false auto_start_machines = true min_machines_running = 1 [[vm]] size = "shared-cpu-1x" memory = "2048mb"