Skip to content

Commit

Permalink
feat: do not auto stop
Browse files Browse the repository at this point in the history
  • Loading branch information
rvcas committed Sep 2, 2024
1 parent 611c72d commit 75cecdf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ PORT = '8080'
[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = 'stop'
auto_stop_machines = 'off'
auto_start_machines = true
min_machines_running = 0
min_machines_running = 1
processes = ['app']

[[vm]]
memory = '2gb'
cpu_kind = 'performance'
memory = '1gb'
cpu_kind = 'shared'
cpus = 1

0 comments on commit 75cecdf

Please sign in to comment.