The docker-compose file has been updated to shift the persistence directory for MongoDB and MariaDB to a subdirectory under ".data". This change groups persistent data in a central location, making it easier for managing and backing up data.
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.
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.