Skip to content

wassimseif/postgres-pgadmin-docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Docker compose file to run postgres with pgadmin locally. Not suitable for production

Environment

All username, passwords are stores in the database.env file

Run

  • docker-compose up for foreground
  • docker-compose up -d to run in background

Connect pgAdmin to postgress

1 - go to localhost:5050

2 - login with PGADMIN_DEFAULT_EMAIL and PGADMIN_DEFAULT_PASSWORD in database.env file

3 - Add new Server:

  • Hostname: postgres
  • Username: POSTGRES_USER
  • Password: POSTGRES_PASSWORD

About

Run Postgress with pgadmin locally

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published