Skip to content

Commit 0b3bbcf

Browse files
committed
🚚 Change container_name_prefix to include appName
1 parent 34e7c7f commit 0b3bbcf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

blueprints/pre0.21.8-supabase/template.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ main_domain = "${domain}"
33
postgres_password = "${password:32}"
44
dashboard_password = "${password:32}"
55
logflare_api_key = "${password:32}"
6-
container_name_prefix = "supabase-${hash:4}"
6+
container_name_prefix = "${appName}-supabase"
77

88
[[config.domains]]
99
serviceName = "kong"

blueprints/supabase/template.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ logflare_api_key = "${password:32}"
66
secret_key_base = "${password:64}"
77
vault_enc_key = "${password:32}"
88
jwt_secret = "${password:32}"
9-
container_name_prefix = "supabase-${hash:4}"
9+
container_name_prefix = "${appName}-supabase"
1010
anon_key_payload = """{
1111
"role": "anon",
1212
"iss": "supabase",

0 commit comments

Comments
 (0)