Skip to content

Commit

Permalink
flytoml
Browse files Browse the repository at this point in the history
  • Loading branch information
Derick80 committed Feb 18, 2024
1 parent 8a706c0 commit 1b61cd2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ primary_region = "ord"
processes = []

[mounts]
source = "litefs"
destination = "/var/lib/litefs"
source = "data"
destination = "/data"


[build]
Expand All @@ -29,10 +29,9 @@ internal_port = 8080
processes = ["app"]
protocol = "tcp"
script_checks = []

[services.concurrency]
hard_limit = 100
soft_limit = 80
hard_limit = 25
soft_limit = 20
type = "connections"

[[services.ports]]
Expand All @@ -48,4 +47,4 @@ port = 443
grace_period = "1s"
interval = "15s"
restart_limit = 0
timeout = "10s"
timeout = "2s"

0 comments on commit 1b61cd2

Please sign in to comment.