We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daaff44 commit 4916cb6Copy full SHA for 4916cb6
fly.toml
@@ -6,19 +6,12 @@ swap_size_mb = 2048
6
image = 'grid:latest'
7
8
[http_service]
9
-auto_start_machines = true
10
-auto_stop_machines = "stop"
+auto_start_machines = false
+auto_stop_machines = "off"
11
internal_port = 3000
12
min_machines_running = 0
13
# axum is http2-enabled
14
http_options.h2_backend = true
15
16
-[[http_service.checks]]
17
-grace_period = "8s"
18
-interval = "30s"
19
-method = "GET"
20
-path = "/api/v1/health"
21
-timeout = "5s"
22
-
23
[[vm]]
24
size = 'shared-cpu-1x'
0 commit comments