# fly.toml app configuration file generated for locus on 2024-06-24T04:24:22-07:00 # # See https://fly.io/docs/reference/configuration/ for information about how to use this file. # app = 'locus' primary_region = 'sea' [build] [[mounts]] source = 'locus' destination = '/locus/.locus' [http_service] internal_port = 1965 force_https = true auto_stop_machines = true auto_start_machines = true min_machines_running = 0 processes = ['app'] [[services]] protocol = 'tcp' internal_port = 1965 [[services.ports]] port = 1965 [[vm]] memory = '1gb' cpu_kind = 'shared' cpus = 1