aprs.me/fly.toml
2025-06-13 15:10:29 -05:00

35 lines
685 B
TOML

# fly.toml app configuration file generated for aprs-me on 2025-06-13T15:08:29-05:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = 'aprs-me'
primary_region = 'dfw'
kill_signal = 'SIGTERM'
[build]
[deploy]
release_command = '/app/bin/migrate'
[env]
PHX_HOST = 'aprs-me.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