# fly.toml app configuration file generated for estim8pro on 2023-09-02T19:58:31+02:00 # # See https://fly.io/docs/reference/configuration/ for information about how to use this file. # app = "estim8pro" primary_region = "ewr" kill_signal = "SIGTERM" swap_size_mb = 512 [build] [deploy] [env] PHX_HOST = "estim8.pro" 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