Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors