Private Connection with database

✅ Prerequisites

By default, all resources are separated and kept private within the user's organization. You can connect your backend API running on a container with the database privately within the same organization.

For example:

  • You deployed a nodejs application from Projects

  • You deployed a Postgresql Database within the same organisation.

  • When you deploy a priavate database in Pandastack, you will get a private endpoint URL

  • Use the ENV variables like

    • DATABASE_HOST=xxxxxxxxx.us.pandastack.app (if deployed in US region)

    • DATABASE_USERNAME and so other envs.

Last updated