Skip to content

juanromanf/docker-postgresql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

Dockerized PostgreSQL Server

This docker setup contains a stack with:

  • postgres v9.6.5
  • pgAdmin v4

Requirements

  • Docker
  • Shell / Console (Git command line)

Quickstart

Start postgresql using:

$ docker-compose up

Services

PostgreSQL

Server exposes port 5432 to host with following credentials:

  • user: postgres
  • pwd: p0stgres

PgAdmin

Web interface is available on port 5050 with following credentials:

  • user: admin
  • pwd: pgadmin

Releases

No releases published

Packages

No packages published