Tweak fly config
This commit is contained in:
parent
0cd61093b9
commit
362ecb0bc7
10
fly.toml
10
fly.toml
@ -1,16 +1,7 @@
|
|||||||
# fly.toml file generated for pgweb-demo on 2022-11-14T11:19:39-06:00
|
|
||||||
|
|
||||||
app = "pgweb-demo"
|
app = "pgweb-demo"
|
||||||
kill_signal = "SIGINT"
|
kill_signal = "SIGINT"
|
||||||
kill_timeout = 5
|
kill_timeout = 5
|
||||||
|
|
||||||
[env]
|
|
||||||
SESSIONS = "1"
|
|
||||||
|
|
||||||
[experimental]
|
|
||||||
allowed_public_ports = []
|
|
||||||
auto_rollback = true
|
|
||||||
|
|
||||||
[processes]
|
[processes]
|
||||||
web = "pgweb --sessions --bind=0.0.0.0"
|
web = "pgweb --sessions --bind=0.0.0.0"
|
||||||
|
|
||||||
@ -20,6 +11,7 @@ kill_timeout = 5
|
|||||||
processes = ["web"]
|
processes = ["web"]
|
||||||
protocol = "tcp"
|
protocol = "tcp"
|
||||||
script_checks = []
|
script_checks = []
|
||||||
|
|
||||||
[services.concurrency]
|
[services.concurrency]
|
||||||
hard_limit = 25
|
hard_limit = 25
|
||||||
soft_limit = 20
|
soft_limit = 20
|
||||||
|
Loading…
x
Reference in New Issue
Block a user