Skip to content

postgres and pgadmin4 docker compose file with configurations and environments for local developements

License

Notifications You must be signed in to change notification settings

sumanmitra97/postgres-pgadmin4-docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

postgresql & pgAdmin4 docker compose

Requirements:

  • docker >= 19.03.0+
  • docker-compose

Quick Start

foo@bar:~$ git pull https://github.com/sumanmitra97/postgres-pgadmin4-docker-compose
foo@bar:~/postgres-pgadmin4-docker-compose$ mv sample.env .env
  • Fill up the sensitive information in .env file
foo@bar:~/postgres-pgadmin4-docker-compose$ cd postgres-pgadmin4-docker-compose
foo@bar:~/postgres-pgadmin4-docker-compose$ docker-compose up -d

Access to pgAdmin4:

  • URL: http://localhost:5050

postgres configurations(postgresql.conf) can be changed by adding or modifying the contents in postgres.cfg file

About

postgres and pgadmin4 docker compose file with configurations and environments for local developements

Topics

Resources

License

Stars

Watchers

Forks

Languages