https://github.com/natthasath/docker-postgres-pgadmin
Postgres and pgAdmin are open-source tools. Postgres is a database management system, while pgAdmin is a web-based interface for managing Postgres databases. Together, they provide an easy way to manage and interact with relational databases.
https://github.com/natthasath/docker-postgres-pgadmin
docker-compose pgadmin postgres
Last synced: 5 months ago
JSON representation
Postgres and pgAdmin are open-source tools. Postgres is a database management system, while pgAdmin is a web-based interface for managing Postgres databases. Together, they provide an easy way to manage and interact with relational databases.
- Host: GitHub
- URL: https://github.com/natthasath/docker-postgres-pgadmin
- Owner: natthasath
- License: mit
- Created: 2022-10-25T02:32:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T03:26:17.000Z (about 1 year ago)
- Last Synced: 2025-02-26T10:36:58.326Z (10 months ago)
- Topics: docker-compose, pgadmin, postgres
- Language: YAML
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 🎉 Docker Postgres pgAdmin
Postgres and pgAdmin are open-source tools. Postgres is a database management system, while pgAdmin is a web-based interface for managing Postgres databases. Together, they provide an easy way to manage and interact with relational databases.



### 🏆 Run
- [http://localhost:80/](http://localhost:80/) PGADMIN > username : `pgadmin4@pgadmin.org` password : `admin`
```shell
docker-compose up -d
```
### 👉🏻 Try it out
```shell
psql postgresql://username:password@127.0.0.1:5432/db
```