Skip to content

PostgreSql database with docker and adminer to manage database

Notifications You must be signed in to change notification settings

makrandp/postgres-adminer-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

PostgreSql with Docker

Adminer is used for managing the database

Setup

mkdir ~/postgres-data #persistent data
docker-compose up

Adminer endpoint

http://localhost:8080

Adminer Setup

  • System: PostgreSQL
  • Server: postgres-dev
  • Username: dev
  • Password: password
  • Database: demodb

Useful Commands

docker-compose up -d
docker-compose stop
docker-compose rm -f
docker-compose down --rmi all

About

PostgreSql database with docker and adminer to manage database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published