Code Monkey home page Code Monkey logo

docker-compose-collection's Introduction

Docker Compose Collection for Web Developers

Welcome to the Docker Compose Collection for web developers! This collection includes Docker Compose configurations for common services used in web development projects. With these configurations, you can quickly set up your development environment on any system.

Services Included

  • MySQL: A popular relational database.
  • MeiliSearch: A powerful, fast, and open-source search engine.
  • Socket.IO: Real-time bidirectional event-based communication.
  • Redis: An in-memory data structure store, used as a caching layer.
  • MongoDB: A NoSQL database for storing and retrieving data.

Feel free to explore each service's folder for specific configurations and customization options.

Quick Start

  1. Clone this repository to your local machine:

    git clone https://github.com/moh-slimani/docker-compose-collection.git
  2. Navigate to the desired service folder, e.g., mysql:

    cd docker-compose-collection/mysql
  3. Copy the example environment file (if available):

    cp .env.example .env
  4. Update the .env file with your preferred configurations.

  5. Run the Docker Compose command to start the service:

    docker-compose up -d
  6. That's it! Your service is now up and running.

Configuration

Each service folder contains a .env.example file with default configurations. Copy this file to .env and modify it according to your project's needs.

To-Do List

  • add .env.example file to mysql.
  • add .env.example file to meilisearch.
  • add .env.example file to mongo.

Contributing

If you have improvements or additional services to contribute, feel free to submit a pull request.

License

This Docker Compose Collection is licensed under the MIT License - see the LICENSE file for details.

Happy coding!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.