|
|
|
|
|
|
|
|
|
|
|
app = "medical-transcription-cpu" |
|
primary_region = "ord" |
|
kill_signal = "SIGTERM" |
|
|
|
|
|
[build] |
|
|
|
|
|
|
|
|
|
[[mounts]] |
|
source = "data" |
|
destination = "/data" |
|
initial_size = "40gb" |
|
|
|
[env] |
|
ELIXIR_ERL_OPTIONS = "-proto_dist inet6_tcp +sssdio 128" |
|
BUMBLEBEE_CACHE_DIR="/data/cache/bumblebee" |
|
XLA_CACHE_DIR="/data/cache/xla" |
|
|
|
PHX_HOST = "medical-transcription-cpu.fly.dev" |
|
PORT = "8080" |
|
|
|
[http_service] |
|
internal_port = 8080 |
|
force_https = true |
|
auto_stop_machines = false |
|
auto_start_machines = false |
|
min_machines_running = 0 |
|
processes = ["app"] |
|
[http_service.concurrency] |
|
type = "connections" |
|
hard_limit = 1000 |
|
soft_limit = 1000 |
|
|
|
[[vm]] |
|
cpu_kind = "shared" |
|
cpus = 2 |
|
memory_mb = 4096 |
|
|