An open API service indexing awesome lists of open source software.

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.

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.

![version](https://img.shields.io/badge/version-1.0-blue)
![rating](https://img.shields.io/badge/rating-★★★★★-yellow)
![uptime](https://img.shields.io/badge/uptime-100%25-brightgreen)

### 🏆 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
```