mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
refactor: Simplify Supabase and Teable blueprint JWT and port configurations
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
variables:
|
||||
main_domain: ${randomDomain}
|
||||
db_password: ${password}
|
||||
public_db_port: ${Math.round(Math.random() * (65534 - 32769) + 32769)}
|
||||
public_db_port: ${randomPort}
|
||||
|
||||
config:
|
||||
domains:
|
||||
@@ -22,7 +22,7 @@ config:
|
||||
# App
|
||||
PUBLIC_ORIGIN: https://${main_domain}
|
||||
PRISMA_DATABASE_URL: postgresql://teable:${db_password}@teable-db:5432/teable
|
||||
PUBLIC_DATABASE_PROXY: ${main_domain}:${public_db_port}
|
||||
PUBLIC_DATABASE_PROXY: ${TEABLE_HOST}:${TEABLE_DB_PORT}
|
||||
# Need to support sending emails to enable the following configurations
|
||||
# You need to modify the configuration according to the actual situation, otherwise it will not be able to send emails correctly.
|
||||
#BACKEND_MAIL_HOST: "smtp.teable.io"
|
||||
|
||||
Reference in New Issue
Block a user