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