Files
wanderer/fly.toml
2024-11-14 13:56:52 +01:00

41 lines
785 B
TOML

# fly.toml app configuration file generated for wanderer-test on 2024-05-31T22:56:48+04:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = 'wanderer-test'
primary_region = 'ams'
kill_signal = 'SIGTERM'
swap_size_mb = 512
[build]
[deploy]
release_command = '/app/bin/migrate.sh'
[env]
PHX_HOST = 'wanderer-test.fly.dev'
PHX_SERVER = 'true'
PORT = '8080'
[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = 'off'
auto_start_machines = false
min_machines_running = 0
processes = ['app']
[http_service.concurrency]
type = 'connections'
hard_limit = 1000
soft_limit = 1000
[[vm]]
size = 'shared-cpu-1x'
[[metrics]]
port = 4021
path = '/metrics'
https = false