1
1
mirror of https://github.com/bumi/lntip synced 2026-03-04 04:50:51 +00:00

Add fly.io deployment notes

This commit is contained in:
2022-08-19 10:55:00 +02:00
parent a383a747ef
commit a21e8b96b7
2 changed files with 75 additions and 4 deletions

37
fly.toml Normal file
View File

@@ -0,0 +1,37 @@
# fly.toml file generated
kill_signal = "SIGINT"
kill_timeout = 5
processes = []
[env]
[experimental]
allowed_public_ports = []
auto_rollback = true
[[services]]
http_checks = []
internal_port = 1323
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
[[services.ports]]
handlers = ["tls", "http"]
port = 443
[[services.tcp_checks]]
grace_period = "1s"
interval = "15s"
restart_limit = 0
timeout = "2s"