Self-host with Docker ยท Yantr
pgAdmin
Feature-rich web-based administration and development platform for PostgreSQL.
1
Ports
3
Notes
3
Use Cases
About
What pgAdmin does
pgAdmin is the most popular open-source administration and development platform for PostgreSQL. It provides a web-based UI for managing databases, running queries, monitoring performance, and managing users and permissions. Supports all PostgreSQL versions and most PostgreSQL extensions.
Install Flow
How to self-host pgAdmin
pgAdmin can be deployed with standard Docker Compose using the Yantr app catalog. This page collects the basic information searchers usually need first: what pgAdmin does, which Docker image Yantr uses, default ports, deployment notes, and where to find the original compose template.
After deployment, Yantr lets you publish additional ports from the stack page using Docker-style syntax. Use 8080:8080 for a fixed host port or just 8080 to let Docker assign a random port.
Use Cases
What people run it for
- Manage PostgreSQL databases through an intuitive web interface.
- Run and debug SQL queries with the built-in query tool.
- Monitor database performance and inspect query execution plans.
Technical Details
Ports, image, and service metadata
Ports
| Port | Protocol | Label |
|---|---|---|
| 5050 | HTTP | Web UI |
Docker Image
dpage/pgadmin4:latest
Service Name
pgadmin
Notes
Things to know before you deploy
- Set PGADMIN_DEFAULT_EMAIL and PGADMIN_DEFAULT_PASSWORD on first run.
- For production, use a persistent volume and place behind a reverse proxy.
- Supports multiple server connections for managing several databases.
Related Apps
More tools you might pair with pgAdmin
Page generated 2026-07-27T04:28:00.415Z