WARNING: The app is listening on the incorrect address

Here you go.

app = “signupsheet”
primary_region = “lax”
kill_signal = “SIGTERM”

[deploy]
release_command = “/app/bin/migrate”

[env]
PHX_HOST = “signupsheet.fly.dev
PORT = “8080”

[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 0
[http_service.concurrency]
type = “connections”
hard_limit = 1000
soft_limit = 1000