/pgadmin-docker-compose

Simple snippet to start up a pgadmin instance using docker-compose.

Apache License 2.0Apache-2.0

PGAdmin via Docker Compose

This repo provides a simple snippet to create a PG admin instance via a simple docker-compose up! Not meant as a production tool, just as a utility for development.

Getting started

  • Make sure you have docker and docker-compose working on your environment
  • docker-compose up
  • Login in to https://localhost:3443
    • Default credentials set by PGADMIN_DEFAULT_EMAIL and PGADMIN_DEFAULT_PASSWORD on the docker-compose.yml