send_it/fly.toml
2024-11-20 10:33:09 -07:00

36 lines
685 B
TOML

# fly.toml app configuration file generated for send-it on 2024-11-19T10:21:25-07:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = 'send-it'
primary_region = 'den'
kill_signal = 'SIGTERM'
[build]
[deploy]
release_command = '/app/bin/migrate'
[env]
PHX_HOST = 'send-it.fly.dev'
PORT = '8080'
[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = 'stop'
auto_start_machines = true
min_machines_running = 0
processes = ['app']
[http_service.concurrency]
type = 'connections'
hard_limit = 1000
soft_limit = 1000
[[vm]]
memory = '1gb'
cpu_kind = 'shared'
cpus = 1