Skip to content

justinramel/postgres-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

postgres-docker

Postgres Docker Setup for example apps used in my blog post

Usage

Copy the files to your project:

docker-compose.yml
postgres
  \migrations
  \Dockerfile

Then in your project folder, run:

docker-compose up --build -d

Configuration

Host = localhost Port = 5432 Database Name = postgres User = postgres Password = postgres

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published