forked from supabase/supabase-grafana
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fly.toml
27 lines (22 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
# fly.toml app configuration file generated for tightknit-supabase-grafana on 2023-11-16T17:14:09-08:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = "tightknit-supabase-grafana"
primary_region = "sjc"
[build]
[env]
GRAFANA_PASSWORD = "squareknotY2K"
PASSWORD_PROTECTED = "true"
SUPABASE_PROJECT_REF = "pthsiwxwiiowghdtkwlv"
SUPABASE_SERVICE_ROLE_KEY = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InB0aHNpd3h3aWlvd2doZHRrd2x2Iiwicm9sZSI6InNlcnZpY2Vfcm9sZSIsImlhdCI6MTY4MjQ4MzE3NCwiZXhwIjoxOTk4MDU5MTc0fQ.9jcnoSm8hckgnnxhnspBUYSu75RMBEZHD5gFG8hABgw"
[[mounts]]
source = "data"
destination = "/data"
[http_service]
internal_port = 3000
force_https = true
auto_stop_machines = false
auto_start_machines = true
min_machines_running = 1
processes = ["app"]