3 Commits

Author SHA1 Message Date
4082f96ebd
chore: update volume paths in docker-compose.yml
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.
2024-05-15 11:02:46 +02:00
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