Skip to content

Commit

Permalink
Update fly config
Browse files Browse the repository at this point in the history
  • Loading branch information
ruthmoog committed Jun 20, 2023
1 parent b38032c commit 26e9552
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions fly.toml
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
# fly.toml file generated for purple-wood-8308 on 2023-05-05T10:12:24+01:00
# fly.toml app configuration file generated for purple-wood-8308 on 2023-06-20T09:52:50+01:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#

app = "purple-wood-8308"
primary_region = "lhr"
kill_signal = "SIGINT"
kill_timeout = 5
processes = []
kill_timeout = "5s"

[experimental]
auto_rollback = true

[build]
builder = "heroku/buildpacks:20"

[build.args]
BP_KEEP_FILES = "assets/*:templates/*:static/*:posts/*"
[build.args]
BP_KEEP_FILES = "assets/*:templates/*:static/*:posts/*"

[env]
PORT = "8080"

[experimental]
auto_rollback = true

[[services]]
http_checks = []
protocol = "tcp"
internal_port = 8080
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 26e9552

Please sign in to comment.