Pudl0 / westerloy

0 stars 0 forks source link

Add docker compose for faster project setup and add .env.template #50

Closed Luminagitur closed 7 months ago

Luminagitur commented 7 months ago

Motivation

Currently, this project does not have a docker compose to quickly set up all the required services. This ensures that new developers do not have to install multiple tools on their local machines for this project, but instead can simply run docker, which does everything, for example: creating a local database. Also, this project is missing an .env.template file that contains all possible environment variables. The template can then be used to create a local .env file that holds all the credentials. This makes the setup easier for new developers.


Acceptance criteria


Technical solutions

/


Attachments

/