Fly.toml fix?

This commit is contained in:
Jessica Canady 2024-08-25 15:59:28 -04:00
parent a89aac1f6d
commit d3960c0746
Signed by: phoenix
SSH key fingerprint: SHA256:aaLOzOrLi+0n4eDZNQKH97PehwRt6KSE5fYJc+ZRKCQ

View file

@ -19,7 +19,7 @@ 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 = "stop"
auto_start_machines = true auto_start_machines = true
min_machines_running = 0 min_machines_running = 0
processes = ['app'] processes = ['app']