Skip to content

robsondemello/postgres-pgadmin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PostgreSQL

Author: Robson Niemeyer
Repository: github.com/nierobs/postgres-pgadmin

1. Before building the containers

$ mkdir -p data/{pgadmin,postgres}
$ sudo chown -R 5050:5050 ./data/pgadmin

2. Build and start containers

$ docker compose up -d

3. Login credentials

pgAdmin

Base URL: http://localhost:5050
Email: [email protected]
Password: 123456

Postgres

Host name: localhost
Port: 5432
Username: postgres
Password: pg123

4. Stop and remove containers and images

$ docker compose down --rmi all

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks