JOL/fly.toml

40 lines
702 B
TOML

# 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 = 'jess.canady.tech'
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.checks]]
timeout = "30s"
grace_period = "30s"
[http_service.concurrency]
type = 'connections'
hard_limit = 1000
soft_limit = 1000
[[vm]]
memory = '1gb'
cpu_kind = 'shared'
cpus = 1