| # fly.toml app configuration file generated for backend-damp-fog-5601 on 2026-03-26T21:56:01-03:00 | |
| # | |
| # See https://fly.io/docs/reference/configuration/ for information about how to use this file. | |
| # | |
| app = 'backend-damp-fog-5601' | |
| primary_region = 'gru' | |
| [build] | |
| dockerfile = 'Dockerfile' | |
| [processes] | |
| app = 'uvicorn app.main:app --host 0.0.0.0 --port 7860' | |
| [http_service] | |
| internal_port = 7860 | |
| force_https = true | |
| auto_stop_machines = 'stop' | |
| auto_start_machines = true | |
| min_machines_running = 0 | |
| processes = ['app'] | |
| [[vm]] | |
| memory = '1gb' | |
| cpus = 1 | |
| memory_mb = 1024 |