File size: 493 Bytes
95a881b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5117cea
95a881b
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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