juanromanf / docker-postgresql

Docker postgresql + pgAdmin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Docker postgresql + pgAdmin