Postgres Docker Setup for example apps used in my blog post
Copy the files to your project:
docker-compose.yml
postgres
\migrations
\Dockerfile
Then in your project folder, run:
docker-compose up --build -d
Host = localhost Port = 5432 Database Name = postgres User = postgres Password = postgres