-
Install Docker and Docker Compose
-
Create a file
.env
in the root folder and set the following environment variables:DB_DATABASE
DB_USER
DB_PASSWORD
DB_PORT
-
Run these commands:
docker-compose build
docker-compose up
- To stop the project, run:
docker-compose down