-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfly.toml
46 lines (39 loc) · 866 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
46
# fly.toml app configuration file generated for asiatic-bow-db on 2023-05-31T17:44:50-04:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = "asiatic-bow-db"
primary_region = "yyz"
[env]
PRIMARY_REGION = "yyz"
[[mounts]]
source = "pg_data"
destination = "/data"
[checks]
[checks.pg]
port = 5500
type = "http"
interval = "15s"
timeout = "10s"
path = "/flycheck/pg"
[checks.role]
port = 5500
type = "http"
interval = "15s"
timeout = "10s"
path = "/flycheck/role"
[checks.vm]
port = 5500
type = "http"
interval = "1m0s"
timeout = "10s"
path = "/flycheck/vm"
[metrics]
port = 9187
path = "/metrics"
[[services]]
internal_port = 5432 # Postgres instance
protocol = "tcp"
[[services.ports]]
handlers = ["pg_tls"]
port = 5432