| # fly.toml app configuration file generated for named-entity-recognition on 2024-11-04T14:08:51+04:00 | |
| # | |
| # See https://fly.io/docs/reference/configuration/ for information about how to use this file. | |
| # | |
| app = 'named-entity-recognition' | |
| primary_region = 'ams' | |
| [build] | |
| [http_service] | |
| internal_port = 8080 | |
| force_https = true | |
| auto_stop_machines = 'stop' | |
| auto_start_machines = true | |
| min_machines_running = 0 | |
| processes = ['app'] | |
| [[vm]] | |
| memory = '2gb' | |
| cpu_kind = 'shared' | |
| cpus = 1 | |