NocoDB LogoNocoDB Logo

DigitalOcean

Follow these steps to deploy NocoDB on DigitalOcean using their App Platform.

Deployment Steps

  1. On the DigitalOcean homepage, click on the Create icon and select "Apps (Deploy your code)".

    DigitalOcean Create App

  2. Choose "Docker Hub" as the source.

    DigitalOcean Docker Hub

  3. Set the source repository as nocodb/nocodb. You can optionally specify a release tag if you want a specific NocoDB version.

    DigitalOcean Set Repository

  4. Configure any additional settings as needed.

    DigitalOcean Configure Settings

  5. Name your web service and select the nearest region for cloud hosting.

    DigitalOcean Name Service

  6. Choose your preferred hosting plan and click on "Launch Basic App".

    DigitalOcean Hosting Plan

    Your application will be built, and the URL will be live shortly. The URL will look something like https://your-app-name.ondigitalocean.app/.

Important Notes

  • Ensure you configure environment variables for database connections if needed.
  • Set up persistent storage for your NocoDB data.
  • You can scale your app as needed using DigitalOcean's App Platform.
  • Consider enabling automatic deployments for easier updates.