Spaces:
Running
Running
| # fly.toml app configuration file generated for explainingtitanic on 2026-02-09T22:27:56+01:00 | |
| # | |
| # See https://fly.io/docs/reference/configuration/ for information about how to use this file. | |
| # | |
| app = 'explainingtitanic' | |
| primary_region = 'ord' | |
| [build] | |
| [env] | |
| PORT = '8080' | |
| WEB_CONCURRENCY = '1' | |
| GUNICORN_PRELOAD = '0' | |
| [http_service] | |
| internal_port = 8080 | |
| force_https = true | |
| auto_stop_machines = 'suspend' | |
| auto_start_machines = true | |
| min_machines_running = 0 | |
| processes = ['app'] | |
| [[http_service.checks]] | |
| interval = '30s' | |
| timeout = '5s' | |
| grace_period = '45s' | |
| method = 'GET' | |
| path = '/healthz' | |
| [[vm]] | |
| memory = '1gb' | |
| cpu_kind = 'shared' | |
| cpus = 1 | |