1. 1
    Set up and run a PostgreSQL instance locally with Docker Compose
    2m 49s

Set up and run a PostgreSQL instance locally with Docker Compose

InstructorXiaoru Li

Share this video with your friends

Send Tweet

When we need to spin up a database instance for our new project, installing the database management system directly on our local machine is almost always a bad idea. Luckily, Docker is here to help us practically reduce the complexity of dealing with "missing dependencies" and weird error messages down to zero.

In this lesson, we will learn how to get a PostgreSQL instance running locally with Docker Compose, so we can work on the database integration of our project and test things out with ease. To follow this lesson, you will need to have Docker pre-installed.