Deploy with Dokploy

Create the Lunnoa Automate application on Dokploy and wire environment variables.

Dokploy is a common path for Lunnoa self-host installs. The steps below assume you already have a Dokploy server and a Postgres instance.

  1. Create the application

    In Dokploy, create a new application from the Lunnoa Automate image or compose file your team uses.

  2. Attach the database

    Point DATABASE_URL at Postgres. Prefer a private network URL over a public one.

  3. Set environment variables

    Add auth, storage, and feature flags from your runbook. Restart after saving.

  4. Open the app

    Hit the generated domain, complete first-run admin setup, then create a workspace.

Replace with a real Dokploy create-app screenshot when available.