# fly.toml app configuration file generated for cliproxy-api on 2025-12-31T21:57:30+02:00 # # See https://fly.io/docs/reference/configuration/ for information about how to use this file. # app = 'cliproxy-api' primary_region = 'ams' [build] dockerfile = 'Dockerfile.fly' [http_service] internal_port = 8317 force_https = true auto_stop_machines = 'stop' auto_start_machines = true min_machines_running = 0 processes = ['app'] [[vm]] memory = '256mb' cpu_kind = 'shared' cpus = 1 memory_mb = 256