Nubiecloud Docs
SaaS / ERP

SaaS / ERP applications

Deploy a pre-packaged application (Odoo, WordPress…) with no code to build — catalog, how it works and differences with a CODE app.

Alongside deploying applications from your code (CODE), Nubiecloud offers a catalog of pre-packaged applications (SaaS / ERP / CMS) that you deploy without building anything: you choose the application, its version and a few parameters, and Nubiecloud takes care of the image, the associated database and the exposure.

Catalog

ApplicationTypeDatabase includedStatus
OdooERP / Business managementPostgreSQL (built in)✅ Available
WordPressCMSMariaDB (built in)✅ Available
JoomlaCMSMySQL🔜 Coming soon
DrupalCMSMySQL🔜 Coming soon
NextcloudStorage / CollaborationMySQL🔜 Coming soon
MatomoWeb analyticsMySQL🔜 Coming soon

ℹ️ The applications marked 🔜 Coming soon appear in the console but are not enabled yet. Today, Odoo and WordPress are fully deployable.

SaaS vs CODE: what changes?

AspectCODE applicationSaaS / ERP application
SourceYour Git repositoryPre-built image provided by Nubiecloud
BuildYes (Dockerfile / Buildpacks)No build
DatabaseTo be deployed separately (managed service) and wiredBuilt into the deployment (PostgreSQL for Odoo, MariaDB for WordPress)
ConfigurationEnv variables, port, health check…Dedicated parameters (admin, password, version, language…)
ExposureAutomatic subdomain + custom domainSame

💡 No need to connect a repository nor to run a build for a SaaS application: the journey is shorter (choose the app → configure it → deploy).

The journey

  1. In an environment, choose Deploy an application then the SaaS / ERP tab.
  2. Select the application (e.g. Odoo).
  3. Fill in the resources (CPU / RAM / Storage) and the specific parameters (see the dedicated pages).
  4. (Optional) Add a custom domain.
  5. Deploy. The associated database is provisioned together with the application.

Dedicated guides

On this page