Template
1
0
Fork 0

Auto suspend

This commit is contained in:
Atridad Lahiji 2024-10-20 21:37:04 -06:00
parent e2e736e500
commit e5fd8aa21d
Signed by: atridad
SSH key fingerprint: SHA256:LGomp8Opq0jz+7kbwNcdfTcuaLRb5Nh0k5AchDDb438

View file

@ -9,12 +9,12 @@ primary_region = 'sea'
[build]
[http_service]
internal_port = 3000
force_https = true
auto_stop_machines = 'stop'
auto_start_machines = true
min_machines_running = 0
processes = ['app']
internal_port = 3000
force_https = true
auto_stop_machines = 'suspend'
auto_start_machines = true
min_machines_running = 0
processes = ['app']
[[vm]]
size = 'shared-cpu-1x'
size = 'shared-cpu-1x'