- Docker with docker compose installed
- Clone this repository
- Navigate to the root of the repository
- Make a copy of
.env.dev
and rename it to.env
- Fill the
.env
file with the required values - Run
docker-compose up
- Wait for the containers to start
To stop the containers run docker-compose down
To stop the containers and reset the database, run docker-compose down -v