JOL/fly.toml

36 lines
671 B
TOML
Raw Permalink Normal View History

2024-05-27 23:21:14 +00:00
# fly.toml app configuration file generated for jol on 2024-05-27T19:17:39-04:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = 'jol'
primary_region = 'iad'
kill_signal = 'SIGTERM'
[build]
[deploy]
release_command = '/app/bin/migrate'
[env]
PHX_HOST = 'jol.fly.dev'
PORT = '8080'
[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = true
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