forked from fly-apps/postgres-flex
-
Notifications
You must be signed in to change notification settings - Fork 1
/
fly.toml
45 lines (37 loc) · 761 Bytes
/
fly.toml
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
39
40
41
42
43
44
45
# fly.toml file generated for shaun-flex-stable-3 on 2023-01-24T10:42:59-06:00
kill_signal = "SIGINT"
kill_timeout = 5
processes = []
[env]
PRIMARY_REGION = "ord"
[checks]
[checks.pg]
grace_period = "30s"
interval = "15s"
method = "get"
path = "/flycheck/pg"
port = 5500
timeout = "10s"
type = "http"
[checks.vm]
grace_period = "1s"
interval = "1m"
method = "get"
path = "/flycheck/vm"
port = 5500
timeout = "10s"
type = "http"
[checks.role]
grace_period = "30s"
interval = "15s"
method = "get"
path = "/flycheck/role"
port = 5500
timeout = "10s"
type = "http"
[[mounts]]
destination = "/data"
source = "pg_data"
[metrics]
path = "/metrics"
port = 9187