# fly.toml app configuration file generated for himbot on 2024-11-20T14:35:09-06:00 # # See https://fly.io/docs/reference/configuration/ for information about how to use this file. # app = 'himbot' primary_region = 'ord' [build] [[mounts]] source = 'himbot_data' destination = '/data' [http_service] internal_port = 3000 force_https = true auto_stop_machines = 'stop' auto_start_machines = true min_machines_running = 0 processes = ['app'] [[services]] protocol = 'tcp' internal_port = 3000 min_machines_running = 1 ports = [] [[vm]] size = 'shared-cpu-1x'