mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 22:33:11 +00:00
Add POSTGRES_HOST variable to service configuration script
- Introduced a new environment variable, POSTGRES_HOST, to ensure Supabase Analytics targets the correct Postgres service name in the Docker setup. - This change enhances the accuracy of database connection settings in the service configuration process.
This commit is contained in:
@@ -186,6 +186,13 @@ if [ $cloudflare_selected -eq 1 ]; then
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
# ----------------------------------------------------------------
|
||||
# Ensure Supabase Analytics targets the correct Postgres service name used by Supabase docker compose
|
||||
# ----------------------------------------------------------------
|
||||
write_env_var "POSTGRES_HOST" "db"
|
||||
# ----------------------------------------------------------------
|
||||
|
||||
log_success "Service configuration complete. .env updated at $ENV_FILE"
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user