Skip to content

Commit

Permalink
update limits, enable auto-start/stop machines
Browse files Browse the repository at this point in the history
  • Loading branch information
gbxyz committed Aug 2, 2024
1 parent f99aa3a commit 7ce2bc7
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,15 @@ dockerfile = "Dockerfile"
strategy = "rolling"

[[services]]
internal_port = 443
internal_port = 443
auto_stop_machines = "stop"
auto_start_machines = true
min_machines_running = 0

[services.concurrency]
type = "requests"
hard_limit = 512
soft_limit = 128
type = "connections"
hard_limit = 1024
soft_limit = 512

[[services.ports]]
port = 443
Expand Down

0 comments on commit 7ce2bc7

Please sign in to comment.