2 Commits

Author SHA1 Message Date
71741924d0
refactor: use environment variables for ports in docker-compose
The docker-compose file has been updated to utilize environment variables for the MongoDB and MySQL ports. Instead of hard-coding the port numbers, the system now dynamically fetches port values from the .env file, which increases versatility and configurability.
2024-05-13 14:28:36 +02:00
6e16c296af
feat: add docker-compose.yml for database services
This commit introduces a new docker-compose.yml file to manage MariaDB and MongoDB services. It includes service environment configuration, necessary ports, and volume paths. The services are set to always restart.
2024-05-13 10:49:11 +02:00