This repository contains ready-to-use Docker Compose files for various services. The goal is to allow users to install and run services with a single command.
To run any service, follow these steps:
- Navigate to the service directory:
cd <service-folder-name>
- Start the service using Docker Compose:
docker compose up -d
- MongoDB (
mongodb/) - MySQL (
mysql/) - PostgreSQL (
postgres/) - Redis (
redis/) - Weaviate (
weaviate/)
More services will be added in the future.