This repository is part of the My Media Lib project. It contains default configurations and configuration templates for the backend services of My Media Lib project.
In this folder default configuration templates for the caching service can be found. As cache service redis is used.
In this folder default configuration templates for the database service can be found. As database server postresql is used.
In this folder default configuration templates for the message bus service can be found. The message bus is used for communication between backend services. As message bus rabbitmq is used.
In this folder default configuration templates for the reverse proxy can be found. As reverse proxy nginx is used.
Check the official documentation on how to setup this project.
Please check the official documentation on how to contribute.