Skip to content

dev-lalitkumar/Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors