Skip to content

Latest commit

 

History

History
60 lines (36 loc) · 1.86 KB

README.md

File metadata and controls

60 lines (36 loc) · 1.86 KB

Docker - PostgreSQL

PostgreSQL + pgAdmin 4

Requirements

🍎 MacOS:

Install Docker and Docker-compose

🈁 Windows:

Install Docker and Docker-compose

🐧 Linux:

Install Docker and Docker-compose.

How to use

Clone the project to your local repository:

git clone https://github.com/lucasapoena/docker-postgreSQL

Initialize your containers:

cd docker-postgreSQL
./start

Panels

Enjoy your new panels!

PgAdmin4: http://localhost:8080

Images used

postgres:latest

dpage/pgadmin4:latest

Features commands

Commands Description Options & Examples
./start Initializes its containers
./stop Stop your project containers
./kill Stops containers and removes containers, networks, volumes, and images created to the specific project

References

Pg4Admin

License

MIT © 2019 Lucas Apoena and contributors.