8000 GitHub - Pwuts/postgres-pgadmin-docker-compose: Simple docker compose for Postgres + pgAdmin
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Pwuts/postgres-pgadmin-docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Postgres + pgAdmin docker config

This is an easy to use docker configuration to set up postgres and pgAdmin.

Provides

  • a Postgres 14 instance
  • a pgAdmin 6 instance (bound to port 8032)
  • a docker network named postgres

Usage

  1. Clone this repo
  2. Copy example.env -> .env and adjust variables if necessary
  3. Run setup.sh to fix permissions (this may need elevated permissions to run)
  4. docker-compose up
  5. Add any containers which need access to postgres to the postgres network

Containers in the postgres network can reach the database at postgres:5432. pgAdmin is accessible on host port 8032.

About

Simple docker compose for Postgres + pgAdmin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0