dokploy icon indicating copy to clipboard operation
dokploy copied to clipboard

Feature request: pgbouncer image

Open truongnguyen3 opened this issue 10 months ago • 2 comments

What problem will this feature address?

I want to use pgbouner with PostgreSQL, but Dokploy does not have a prebuilt image for it yet.

https://github.com/edoburu/docker-pgbouncer

Describe the solution you'd like

I recommend a new template to support pgbouncer + postgresql

Describe alternatives you've considered

Currently I still use default postgresql template.

Additional context

No response

Will you send a PR to implement it?

Maybe, need help

truongnguyen3 avatar Feb 07 '25 06:02 truongnguyen3

I don't see the impediment to use Pgbouncer in the database creation, you can specify a custom image when you create the postgres database.

Image

Siumauricio avatar Feb 09 '25 08:02 Siumauricio

I tried to fill the image 'edoburu/pgbouncer' in the Docker image input. Can you guide me on how to set up a connection between the internet and PgBouncer in Dokploy

Ppang0405 avatar Feb 09 '25 14:02 Ppang0405

@Siumauricio you can't add an image that is in a private registry, so that you can use a custom postgres image with pgbouncer.

@Ppang0405 edoburu/pgbouncer has only the pgbouncer, you need to have postgres. pgbouncer can be used as another service with docker compose, but it would be great if we could add a private custom image here.

herkulano avatar Feb 18 '25 18:02 herkulano

In any case you can use docker compose, as we currently support backups and restore so it doesn't make much sense to implement this

at the moment I have no plans to implement this.

so I will close this issue for now.

Siumauricio avatar May 12 '25 06:05 Siumauricio