Обсуждение: PGAdmin Desktop Docker Setup
To whom it may concern,
I have been using PGAdmin in my regular dev workflow since 2024 and certainly enough it has become an integral part of my regular softwares. Now, when I was goofing around with the Docker setups, I stumbled upon the fact that PGAdmin can run in 2 modes:
1. Server Mode (Web version)
2. Desktop Mode (Desktop App)
1. Server Mode (Web version)
2. Desktop Mode (Desktop App)
But unfortunately, there exists the Docker Image of only the Web UI.
Under these circumstances, I would be highly obliged if you could guide me on how to spin up a PGAdmin Desktop using Docker.
PS: A local PostgreSQL instance is also running on port 5433 through Docker
Thank You in anticipation.
Regards,
Krishnendu Dasgupta
Hi,
You set environment variable below to host pgadmin in desktop mode-
PGADMIN_CONFIG_SERVER_MODE = False
Thanks,
Yogesh Mahajan
EnterpriseDB
On Wed, Feb 5, 2025 at 2:47 PM Krishnendu Dasgupta <krishnendu.kdg@gmail.com> wrote:
To whom it may concern,I have been using PGAdmin in my regular dev workflow since 2024 and certainly enough it has become an integral part of my regular softwares. Now, when I was goofing around with the Docker setups, I stumbled upon the fact that PGAdmin can run in 2 modes:
1. Server Mode (Web version)
2. Desktop Mode (Desktop App)But unfortunately, there exists the Docker Image of only the Web UI.Under these circumstances, I would be highly obliged if you could guide me on how to spin up a PGAdmin Desktop using Docker.PS: A local PostgreSQL instance is also running on port 5433 through DockerThank You in anticipation.Regards,Krishnendu Dasgupta