We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1d6ed7 commit c405be7Copy full SHA for c405be7
livebook/fly.toml
@@ -9,13 +9,13 @@ primary_region = "yyz"
9
[build]
10
11
[http_service]
12
- internal_port = 8080
13
- force_https = true
14
- auto_stop_machines = true
15
- auto_start_machines = true
16
- min_machines_running = 0
17
- processes = ["app"]
+internal_port = 8080
+force_https = true
+auto_stop_machines = true
+auto_start_machines = true
+min_machines_running = 1
+processes = ["app"]
18
19
[[vm]]
20
- size = "shared-cpu-1x"
21
- memory = 1024
+size = "shared-cpu-1x"
+memory = 1024
0 commit comments