Skip to content
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.
/ postgres-compose Public archive

Postgres & Pgadmin web with docker-compose.

Notifications You must be signed in to change notification settings

lfir/postgres-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Compose set-up for Postgres 13 & Pgadmin 4

Postgres extensions added to the Base Postgres image

  • pgtop
  • postgis

Notes

  • Per user storage dir in Pgadmin: /var/lib/pgadmin/storage/username. Used for importing/exporting files.
  • Command to view DB resource usage information: docker exec -it containerName su postgres -c pg_top