Try to fix fly deploys :(

This commit is contained in:
Jessica Canady 2024-08-25 15:56:38 -04:00
parent bc483e6fde
commit a3459135ba
Signed by: phoenix
SSH key fingerprint: SHA256:aaLOzOrLi+0n4eDZNQKH97PehwRt6KSE5fYJc+ZRKCQ

View file

@ -10,26 +10,30 @@ kill_signal = 'SIGTERM'
[build] [build]
[deploy] [deploy]
release_command = '/app/bin/migrate' release_command = '/app/bin/migrate'
[env] [env]
PHX_HOST = 'jol.fly.dev' PHX_HOST = 'jol.fly.dev'
PORT = '8080' PORT = '8080'
[http_service] [http_service]
internal_port = 8080 internal_port = 8080
force_https = true force_https = true
auto_stop_machines = true auto_stop_machines = true
auto_start_machines = true auto_start_machines = true
min_machines_running = 0 min_machines_running = 0
processes = ['app'] processes = ['app']
[http_service.concurrency] [[http_service.checks]]
type = 'connections' timeout = "30s"
hard_limit = 1000 grace_period = "5s"
soft_limit = 1000
[http_service.concurrency]
type = 'connections'
hard_limit = 1000
soft_limit = 1000
[[vm]] [[vm]]
memory = '1gb' memory = '1gb'
cpu_kind = 'shared' cpu_kind = 'shared'
cpus = 1 cpus = 1