Databases
Overview of database options for Discloud apps, built-in templates (MySQL, PostgreSQL, Redis, MongoDB) and external MongoDB Atlas configuration.
🧭 Overview
Discloud applications can connect either to:
📦 Template Catalog (Managed Instances)
Provisioning a database template (e.g. MySQL, PostgreSQL, Redis, MongoDB):
Open the Templates page: https://discloud.com/templates
Choose the desired template (database engine or tooling panel).
Provide a name and required environment variables (the UI indicates mandatory ones).
Deploy. Credentials / connection strings become available for your app configuration.
📨 Need Another Template?
Open a support ticket in the Discord server with the engine name, version, and use case. The team evaluates feasibility and may add it to the catalog.
🌍 Using External MongoDB Atlas
If you opt for MongoDB Atlas instead of a template:
Create a free or paid cluster at https://www.mongodb.com/
In Network Access, add IP: 0.0.0.0/0
(Allow from Anywhere) so Discloud containers can connect.
Test connectivity locally before deploying if possible.
Last updated