Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 623 Bytes

File metadata and controls

26 lines (19 loc) · 623 Bytes

Docker Compose Collection

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.

How to Use

To run any service, follow these steps:

  1. Navigate to the service directory:
    cd <service-folder-name>
  2. Start the service using Docker Compose:
    docker compose up -d

Available Services

  • MongoDB (mongodb/)
  • MySQL (mysql/)
  • PostgreSQL (postgres/)
  • Redis (redis/)
  • Weaviate (weaviate/)

More services will be added in the future.