Skip to content

Template to dockerize postgresql and pgadmin 🐳🐘

Notifications You must be signed in to change notification settings

nicolasfiz/Docker-Postgresql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Docker Postgresql 🐳

This is a template to use when you need a postgresql database but you're too lazy to install it. There is a directory that includes just postgres and other that includes postgres+pgadmin

Postgres 🐘

Currently it's using the image postgres:15.2-alpine

Environment variables are:

  • User: root
  • Password: root

Ports 5432 : 5432

It's also using a volume

Pgadmin πŸ“‹

Currently it's using the image dpage/pgadmin4

Environment variables are:

Ports 5431 : 80

It's also using a volume

Commands πŸš€

⚑ Just go into the project and exect

docker-compose up

πŸ›‘ To stop it

docker-compose down

About

Template to dockerize postgresql and pgadmin 🐳🐘

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published