-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfly.toml
More file actions
38 lines (33 loc) · 783 Bytes
/
fly.toml
File metadata and controls
38 lines (33 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# fly.toml file generated for botm-web on 2023-06-07T22:51:43+02:00
app = "botm-web"
kill_signal = "SIGINT"
kill_timeout = 5
mounts = []
primary_region = "ams"
processes = []
[[services]]
internal_port = 8080
processes = ["app"]
protocol = "tcp"
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 0
[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.http_checks]]
# interval = 10000
# grace_period = "5s"
# method = "get"
# path = "/health_check"
# protocol = "http"
# timeout = 2000
# tls_skip_verify = false