Skip to content

Commit cceebeb

Browse files
committed
1 parent bfc393d commit cceebeb

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

fly.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ console_command = '/code/manage.py shell'
2020
force_https = true
2121
auto_stop_machines = 'stop'
2222
auto_start_machines = true
23-
min_machines_running = 0
23+
min_machines_running = 1
2424
processes = ['app']
2525

2626
[[vm]]

scripts/configs/fly-postgres.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ console_command = '/code/manage.py shell'
2020
force_https = true
2121
auto_stop_machines = 'stop'
2222
auto_start_machines = true
23-
min_machines_running = 0
23+
min_machines_running = 1
2424
processes = ['app']
2525

2626
[[vm]]

scripts/configs/fly-sqlite.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ console_command = '/code/manage.py shell'
2424
[http_service]
2525
internal_port = 8000
2626
force_https = true
27-
auto_stop_machines = 'stop'
27+
auto_stop_machines = false
2828
auto_start_machines = true
29-
min_machines_running = 0
29+
min_machines_running = 1
3030
processes = ['app']
3131

3232
[[vm]]

0 commit comments

Comments
 (0)