Skip to content

Commit

Permalink
Update fly.toml for Apps V2
Browse files Browse the repository at this point in the history
  • Loading branch information
Erisa committed May 26, 2023
1 parent 463dddc commit 6ef5ac0
Showing 1 changed file with 16 additions and 19 deletions.
35 changes: 16 additions & 19 deletions fly.toml
Original file line number Diff line number Diff line change
@@ -1,39 +1,36 @@
# fly.toml file generated for msc-logviewer on 2022-09-10T22:10:03+01:00
# fly.toml app configuration file generated for msc-logviewer on 2023-05-26T15:02:41Z
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#

app = "msc-logviewer"
primary_region = "iad"
kill_signal = "SIGINT"
kill_timeout = 5
processes = []

[env]
kill_timeout = "5s"

[experimental]
allowed_public_ports = []
auto_rollback = true
private_network = true

[[services]]
http_checks = []
protocol = "tcp"
internal_port = 8000
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 6ef5ac0

Please sign in to comment.