Skip to content

Generic postgres docker container with docker compose.

Notifications You must be signed in to change notification settings

mythusiva/docker-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Postgres DB

  1. Create an config.env file
POSTGRES_USER=username
POSTGRES_PASSWORD=password
POSTGRES_DB=public
  1. Run with docker compose
docker-compose up

About

Generic postgres docker container with docker compose.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published