dokku-postgres VS Dokku

Compare dokku-postgres vs Dokku and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
dokku-postgres Dokku
8 181
466 25,975
1.3% 0.8%
6.9 9.9
about 2 months ago 7 days ago
Shell Shell
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

dokku-postgres

Posts with mentions or reviews of dokku-postgres. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-19.
  • Self-Hosted Password Manager with Dokku
    5 projects | dev.to | 19 Apr 2023
    # setup plugin sudo dokku plugin:install https://github.com/dokku/dokku-postgres.git # create a new database for our app dokku postgres:create bitwarden # link the postgres service to the app, DATABASE_URL will be attached to the ENV variables automatically. dokku postgres:link bitwarden bitwarden
  • Easily deploy a NestJS app for only 5€ a month (before VAT)
    10 projects | dev.to | 1 Sep 2022
    # For PostgresSQL $ sudo dokku plugin:install https://github.com/dokku/dokku-postgres.git postgres $ dokku postgres:create app-name-db $ dokku postgres:link app-name-db app-name # For MongoDB $ sudo dokku plugin:install https://github.com/dokku/dokku-mongo.git mongo $ dokku mongo:create app-name-db $ dokku mongo:link app-name-db app-name
  • Fazendo deploy em produção com Rails, PostgreSQL e Dokku
    4 projects | dev.to | 23 Mar 2022
  • Add postgres to docker compose and dokku infrastructure for telegram bot in NestJS
    2 projects | dev.to | 19 Mar 2022
    root@vps17825:~# sudo dokku plugin:install https://github.com/dokku/dokku-postgres.git postgres -----> Cloning plugin repo https://github.com/dokku/dokku-postgres.git to /var/lib/dokku/plugins/available/postgres Cloning into 'postgres'... remote: Enumerating objects: 2356, done. remote: Counting objects: 100% (417/417), done. remote: Compressing objects: 100% (276/276), done. remote: Total 2356 (delta 244), reused 267 (delta 118), pack-reused 1939 Receiving objects: 100% (2356/2356), 483.24 KiB | 3.48 MiB/s, done. Resolving deltas: 100% (1580/1580), done. -----> Plugin postgres enabled Adding user dokku to group adm Starting nginx (via systemctl): nginx.service. 14.1: Pulling from library/postgres 5eb5b503b376: Pull complete daa0467a6c48: Pull complete 7cf625de49ef: Pull complete bb8afcc973b2: Pull complete c74bf40d29ee: Pull complete 2ceaf201bb22: Pull complete 1255f255c0eb: Pull complete d27501cd0cca: Pull complete ff5b6d09a5d0: Pull complete f635aec27645: Pull complete a165c6729250: Pull complete b0aa4f86b611: Pull complete 9efc4664d9d2: Pull complete Digest: sha256:3162a6ead070474b27289f09eac4c865e75f93847a2d7098f718ee5a721637c4 Status: Downloaded newer image for postgres:14.1 docker.io/library/postgres:14.1 1.31.1-uclibc: Pulling from library/busybox 76df9210b28c: Pull complete Digest: sha256:cd421f41ebaab52ae1ac91a8391ddbd094595264c6e689954b79b3d24ea52f88 Status: Downloaded newer image for busybox:1.31.1-uclibc docker.io/library/busybox:1.31.1-uclibc 0.3.3: Pulling from dokku/ambassador aad63a933944: Pull complete 2888dfab2eb5: Pull complete 51ccf60e0642: Pull complete Digest: sha256:87c0214e190e7f6975953027157a8933701596b4b864ff66dd3cc3f6ead5c38d Status: Downloaded newer image for dokku/ambassador:0.3.3 docker.io/dokku/ambassador:0.3.3 0.10.3: Pulling from dokku/s3backup aad63a933944: Already exists 6654c5b7b2dc: Pull complete 26abcd9faf98: Pull complete d1a36cd3ba61: Pull complete 9517d44e685b: Pull complete 32e8b2c4797f: Pull complete Digest: sha256:3651f8ef12000206df55fec8ad4860d6f26b2b5af1308c0e2358253641626024 Status: Downloaded newer image for dokku/s3backup:0.10.3 docker.io/dokku/s3backup:0.10.3 0.4.3: Pulling from dokku/wait aad63a933944: Already exists 3409ea528c35: Pull complete 88e35d065209: Pull complete Digest: sha256:5eb9da766abdd5e8cedbde9870acd4b54c1c7e63e72c99e338b009d06f808f04 Status: Downloaded newer image for dokku/wait:0.4.3 docker.io/dokku/wait:0.4.3 -----> Priming bash-completion cache root@vps17825:~#
  • Running a NodeJS app with Postgres in Dokku
    2 projects | dev.to | 2 Jan 2022
  • Self-Hosting Plausible Analytics With Dokku
    5 projects | dev.to | 12 Dec 2021
  • Deploy your Node.js app without a hassle
    4 projects | dev.to | 11 Jul 2021
    # on the Dokku host # install the postgres plugin # plugin installation requires root, hence the user change sudo dokku plugin:install https://github.com/dokku/dokku-postgres.git # create a postgres service dokku postgres:create hello-world-database # on the Dokku host # each official datastore offers a `link` method to link a service to any application dokku postgres:link hello-world-database hello-world
  • Deploying a PostgresQL, Redis, GraphQL backend and frontend the easiest way!
    3 projects | dev.to | 23 Mar 2021
    The link links to documenation for the postgres for dokku plugin where you can find some commands. To create a database in dokku:

Dokku

Posts with mentions or reviews of Dokku. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-20.
  • Hosting old Node Projects 👴🏼
    1 project | dev.to | 25 Apr 2024
    If you want to dig into it anyways, Dokku is an interesting mention. They provide an Open Source PaaS that you can install on your server to simplify self hosting containers.
  • Deploy Node.js applications on a VPS using Coolify
    4 projects | dev.to | 20 Apr 2024
    When I came across Coolify, I thought of giving it a try. I am aware of Dokku, but I never really tried it because it doesn't have a UI. I work primarily as a UI developer, so having a nice UI to work with is a plus for me.
  • The Hater's Guide to Kubernetes
    6 projects | news.ycombinator.com | 3 Mar 2024
    I run all my projects on Dokku. It’s a sweet spot for me between a barebones VPS with Docker Compose and something a lot more complicated like k8s. Dokku comes with a bunch of solid plugins for databases that handle backups and such. Zero downtime deploys, TLS cert management, reverse proxies, all out of the box. It’s simple enough to understand in a weekend and has been quietly maintained for many years. The only downside is it’s meant mostly for single server deployments, but I’ve never needed another server so far.

    https://dokku.com/

  • Netlify just sent me a $104K bill for a simple static site
    12 projects | news.ycombinator.com | 26 Feb 2024
    Yeah there are a bunch of selfhostable things:

    Caprover (https://caprover.com/)

    Dokku (https://github.com/dokku/dokku)

    But people still choose Netlify and Vercel for ease of use I think.

    Maybe we need something that's just Netlify. The closest I've seen to the "right" UX is Ness:

    https://ness.sh

  • The 2024 Web Hosting Report
    37 projects | dev.to | 20 Feb 2024
    The modern iteration of these tools has taken the developer experience learnings from the Platform as a Service (PaaS) category, and will bring them to your own VM, giving you your own personal PaaS. Example of this include Dokku, Coolify, Caprover, Cloud66 and many more!
  • Ask HN: Is there an open source alternative to Digitalocean app platform?
    2 projects | news.ycombinator.com | 17 Oct 2023
  • Ask HN: How are you hosting multiple small apps?
    4 projects | news.ycombinator.com | 23 Sep 2023
    Based on the fact that your ideal is to have a similar experience to heroku than managing your own server setting up reverse proxies take a look at these options:

    1) https://dokku.com - lets you turn your light sail instance basically into heroku

    2) https://render.com

    3) https://fly.io

    4) If you have aws credits this is their heroku equivalent: https://aws.amazon.com/elasticbeanstalk

    above is not what I do but would be the options I would pursue if I understand your preference and requirement correctly.

  • The Best Way to Deploy Your Own Apps
    2 projects | dev.to | 14 Jul 2023
    All in all, I really recommend trying out Dokku if you are a developer interested in hosting your own projects. It makes it super easy to get everything you need to get up and running without having to worry about the specifics. And the price is impossible to beat!
  • Zero downtime deployments of containers on locally running server
    2 projects | /r/docker | 11 Jul 2023
    The installation instructions are on the frontpage of our site. Thats basically all you need to do to install Dokku. As far as using it, we have a simplified tutorial here.
  • Top 8 Tools to Build Your Own PaaS
    3 projects | dev.to | 29 Jun 2023
    Dokku is a lightweight and open-source PaaS platform that simplifies application deployment by leveraging Docker. With Dokku, developers can easily push their applications using Git, allowing Dokku to build and run them in isolated containers. Its CLI-only approach and plugin architecture make it highly extensible. Dokku's modular plugins enable features like database integration, Let's Encrypt SSL certificates, and automated Slack notifications, giving developers flexibility and control over their PaaS environment.

What are some alternatives?

When comparing dokku-postgres and Dokku you can also consider the following projects:

docker-postgresql-multiple-databases - Using multiple databases with the official PostgreSQL Docker image

coolify - An open-source & self-hostable Heroku / Netlify / Vercel alternative.

dokku-redis - a redis plugin for dokku

CapRover - Scalable PaaS (automated Docker+nginx) - aka Heroku on Steroids

dokku-letsencrypt - Automatic Let's Encrypt TLS Certificate installation for dokku

Portainer - Making Docker and Kubernetes management easy.

lucid - AdonisJS SQL ORM. Supports PostgreSQL, MySQL, MSSQL, Redshift, SQLite and many more

Docker Compose - Define and run multi-container applications with Docker

dokku-clickhouse - a clickhouse plugin for dokku

swarmpit - Lightweight mobile-friendly Docker Swarm management UI

customdesigns - An application to share and discover Animal Crossing: New Horizons custom designs.

porter - Kubernetes powered PaaS that runs in your own cloud.