Skip to content

j3rgy/postgres-pgadmin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

PostgreSQL + pgAdmin Docker Stack

A simple and production-ready Docker Compose configuration that deploys PostgreSQL and pgAdmin in separate containers.

Features

  • PostgreSQL 16
  • pgAdmin 4
  • Persistent storage with Docker volumes
  • Environment-based configuration
  • Easy local development setup

Usage

cp .env.example .env
docker compose up -d

Access pgAdmin:

http://localhost:5050

PostgreSQL Connection

  • Host: postgres
  • Port: 5432
  • Username: admin
  • Password: change_me
  • Database: my_database

About

Docker Compose setup for PostgreSQL and pgAdmin. Quickly spin up a local PostgreSQL database with a web-based administration interface for development, testing, and learning purposes

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors