Skip to content

Latest commit

 

History

History
 
 

postgresql

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

postgresql

Docker Compose for postgresql and pgadmin

Usage

make up

Containers

Name Description Port
postgresql sql port 5432
pgadmin http port 8080

Details

Postgres credentials:

  • POSTGRES_USER: postgres
  • POSTGRES_PASSWORD: postgres

Resources