-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfly.toml
More file actions
29 lines (25 loc) · 667 Bytes
/
Copy pathfly.toml
File metadata and controls
29 lines (25 loc) · 667 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
# fly.toml app configuration file generated for demo-remix-observable-file-upload on 2023-11-23T10:20:56+01:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = "demo-remix-observable-file-upload"
primary_region = "ams"
[build]
[http_service]
internal_port = 3000
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 0
processes = ["app"]
[checks]
[checks.status]
port = 3000
type = "http"
interval = "10s"
timeout = "2s"
grace_period = "5s"
method = "GET"
path = "/healthz"
protocol = "http"
tls_skip_verify = false