Skip to content

Commit

Permalink
Update to fly v2
Browse files Browse the repository at this point in the history
  • Loading branch information
tylermenezes committed May 24, 2023
1 parent b6de329 commit 465dc9a
Showing 1 changed file with 12 additions and 19 deletions.
31 changes: 12 additions & 19 deletions fly.toml
Original file line number Diff line number Diff line change
@@ -1,40 +1,33 @@
# fly.toml file generated for codeday-clear-www on 2022-03-30T10:06:26-04:00
# fly.toml file generated for codeday-clear-www on 2023-05-24T10:26:31-07:00

app = "codeday-clear-www"

kill_signal = "SIGINT"
kill_timeout = 5
processes = []

[build]
primary_region = "sea"

[experimental]
allowed_public_ports = []
auto_rollback = true

[[services]]
http_checks = []
protocol = "tcp"
internal_port = 3000
processes = ["app"]
protocol = "tcp"
script_checks = []

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

[[services.ports]]
force_https = true
handlers = ["http"]
port = 80
handlers = ["http"]
force_https = true

[[services.ports]]
handlers = ["tls", "http"]
port = 443
handlers = ["tls", "http"]
[services.concurrency]
type = "connections"
hard_limit = 25
soft_limit = 20

[[services.tcp_checks]]
grace_period = "1s"
interval = "15s"
restart_limit = 0
timeout = "2s"
grace_period = "1s"
restart_limit = 0

0 comments on commit 465dc9a

Please sign in to comment.