Where do I host a Lovable app with a database in Europe?
A Lovable app with logins, orders or a dashboard is a Node app with a database, and you can host it on our App plan for € 15 a month, in the EU. Your app runs in its own container in Amsterdam and gets its own Postgres database in Dublin. The connection string arrives in DATABASE_URL, so the code Lovable generated keeps working. First 14 days are free.
| What you get | On the App plan |
|---|---|
| Container | 0.25 vCPU, 0.5 GiB memory, scales to zero when nobody visits |
| Database | own Postgres, 1 GB, 10 connections, server in the EU (Ireland) |
| Traffic | 10 GB a month |
| Included | domain name, email on that domain, SSL, daily backup, monitoring, Dutch invoice |
| Price | € 15 a month, no VAT added, cancel monthly |
Lovable has no button to publish elsewhere. The way out is GitHub: connect your project (top right in Lovable) and add one workflow file. The image is built on GitHub, never on our server.
- uses: dorelli-cloud/cli/.github/actions/dorelli-deploy@v1
with:
plan: app
email: [email protected]
The first run creates the app and tells you which secrets to set. Every push after that updates the same app. The full file is in Deploy an app with a database.
Does your Lovable project use Supabase? Then it already has a database, and what you need from us is the Website plan (€ 10): the front end is static and Supabase keeps doing the data. See Is my project a static site or an app?
Not for
An app that needs more than 1 GB of data or 10 database connections, an app that must answer within a second after a quiet night (the first visit after idle takes 10 to 30 seconds, unless you add keep-warm for € 9 a month), or anything that is not Node. Bigger containers and your own database server are on the Platform plan.
Checked against the code on 2026-09-22 · Evidence: lib/config.ts, lib/bundelgrenzen.ts, content/kb/deploy/app.md, .github/actions/dorelli-deploy/action.yml