File tree 1 file changed +17
-16
lines changed
1 file changed +17
-16
lines changed Original file line number Diff line number Diff line change 1
- # fly.toml file generated for ruby-docs on 2022-12-04T08:18:39+01:00
1
+ # fly.toml app configuration file generated for ruby-docs on 2023-05-15T18:00:58+02:00
2
+ #
3
+ # See https://fly.io/docs/reference/configuration/ for information about how to use this file.
4
+ #
2
5
3
6
app = " ruby-docs"
7
+ primary_region = " fra"
4
8
kill_signal = " SIGINT"
5
- kill_timeout = 5
6
- processes = []
9
+ kill_timeout = " 5s"
10
+
11
+ [experimental ]
12
+ auto_rollback = true
7
13
8
14
[build ]
9
15
[build .args ]
@@ -16,36 +22,31 @@ processes = []
16
22
[env ]
17
23
PORT = " 8080"
18
24
19
- [experimental ]
20
- allowed_public_ports = []
21
- auto_rollback = true
22
-
23
25
[[services ]]
24
- http_checks = []
26
+ protocol = " tcp "
25
27
internal_port = 8080
28
+ min_machines_running = 0
26
29
processes = [" app" ]
27
- protocol = " tcp"
28
- script_checks = []
29
30
30
31
[services .concurrency ]
32
+ type = " connections"
31
33
hard_limit = 25
32
34
soft_limit = 20
33
- type = " connections"
34
35
35
36
[[services .ports ]]
36
- force_https = true
37
- handlers = [" http" ]
38
37
port = 80
38
+ handlers = [" http" ]
39
+ force_https = true
39
40
40
41
[[services .ports ]]
41
- handlers = [" tls" , " http" ]
42
42
port = 443
43
+ handlers = [" tls" , " http" ]
43
44
44
45
[[services .tcp_checks ]]
45
- grace_period = " 1s"
46
46
interval = " 15s"
47
- restart_limit = 0
48
47
timeout = " 2s"
48
+ grace_period = " 1s"
49
+ restart_limit = 0
49
50
50
51
[[statics ]]
51
52
guest_path = " /app/public"
You can’t perform that action at this time.
0 commit comments