Skip to content

Commit

Permalink
Upgrade to fly v2
Browse files Browse the repository at this point in the history
  • Loading branch information
dtcristo committed Apr 27, 2023
1 parent 2df1a89 commit 990a497
Showing 1 changed file with 19 additions and 20 deletions.
39 changes: 19 additions & 20 deletions fly.toml
Original file line number Diff line number Diff line change
@@ -1,40 +1,39 @@
# fly.toml file generated for gpt-html-8d2f on 2023-04-17T22:40:36+10:00
# fly.toml app configuration file generated for gpt-html-8d2f on 2023-04-28T09:26:59+10:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#

app = "gpt-html-8d2f"
kill_signal = "SIGINT"
kill_timeout = 5
primary_region = "syd"
processes = []

[build]

[env]
kill_signal = "SIGINT"
kill_timeout = "5s"

[experimental]
auto_rollback = true

[env]
PRIMARY_REGION = "syd"

[[services]]
http_checks = []
protocol = "tcp"
internal_port = 9292
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 990a497

Please sign in to comment.