Update dockerfile and fly
All checks were successful
Build and deploy / deploy (push) Successful in 2m15s
All checks were successful
Build and deploy / deploy (push) Successful in 2m15s
This commit is contained in:
4
fly.toml
4
fly.toml
@@ -13,10 +13,10 @@ primary_region = 'lhr'
|
||||
force_https = true
|
||||
auto_stop_machines = 'stop'
|
||||
auto_start_machines = true
|
||||
min_machines_running = 0
|
||||
min_machines_running = 1
|
||||
processes = ['app']
|
||||
[[http_service.checks]]
|
||||
grace_period = "15s"
|
||||
grace_period = "30s"
|
||||
interval = "120s"
|
||||
method = "GET"
|
||||
timeout = "5s"
|
||||
|
||||
Reference in New Issue
Block a user