Spaces:
Running
Running
| # fly.toml app configuration file generated for pseudogen-backend on 2026-02-09T16:30:58+01:00 | |
| # | |
| # See https://fly.io/docs/reference/configuration/ for information about how to use this file. | |
| # | |
| app = 'pseudogen-backend' | |
| primary_region = 'iad' | |
| [build] | |
| [env] | |
| PORT = '8000' | |
| [http_service] | |
| internal_port = 8000 | |
| auto_stop_machines = 'stop' | |
| auto_start_machines = true | |
| min_machines_running = 1 | |
| processes = ['app'] | |
| [[http_service.checks]] | |
| grace_period = "10s" | |
| interval = "30s" | |
| method = "GET" | |
| path = "/" | |
| timeout = "5s" | |
| [[vm]] | |
| cpu_kind = 'shared' | |
| cpus = 1 | |
| memory_mb = 512 | |