Skip to content

Commit d8d0952

Browse files
committed
chore: set min machines to 1 for fly.io
1 parent bbad319 commit d8d0952

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

fly.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ primary_region = 'fra'
1313
force_https = true
1414
auto_stop_machines = 'stop'
1515
auto_start_machines = true
16-
min_machines_running = 0
16+
min_machines_running = 1
1717
processes = ['app']
1818

1919
[metrics]
2020
port = 9091
2121
path = "/metrics"
22-

0 commit comments

Comments
 (0)