dokploy
dokploy copied to clipboard
Feature request: pgbouncer image
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
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.
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
@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.
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.