mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 04:15:30 +00:00
Turn off auto start / stop. See: https://fly.io/docs/launch/autostop-autostart/\#keep-all-machines-running-continuously
This commit is contained in:
parent
8584fe37d4
commit
fe5631fd6a
1 changed files with 2 additions and 2 deletions
4
fly.toml
4
fly.toml
|
|
@ -11,8 +11,8 @@ primary_region = 'sjc'
|
|||
[http_service]
|
||||
internal_port = 3000
|
||||
force_https = true
|
||||
auto_stop_machines = 'stop'
|
||||
auto_start_machines = true
|
||||
auto_stop_machines = 'off'
|
||||
auto_start_machines = false
|
||||
min_machines_running = 0
|
||||
processes = ['app']
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue