Git Product home page Git Product logo

laravel-microservices's Introduction

Laravel Microservices

Running Laravel with Microservices Architecture using Docker Containers.

Inspired by Laradock

The following containers will be run by default:

  • nginx
  • application (for storing project source code)
  • php-fpm
  • workspace (for working around with the all project)
  • mysql
  • mysql_test (for running integration test)
  • mongodb
  • redis
  • data (for storing mysql, mongo, redis data)
  • data_test (for storing mysql, mongo, redis data while running test)
  • logs (for storing some system logs)

Usage

  • Copy file docker-compose.yml to your Laravel folder.
  • You should change the project keyword with your real project name in docker-compose.yml file.
  • You have to change the database's variables to fit your .env file configuration
  • If you do not need any services (such as mongodb or redis), simply remove it from docker-compose.yml
  • The project's persistant data (mysql, redis, mongodb data ...) will be stored inside this .docker folder. It should be added to .gitignore.
  • Run docker-compose up -d and enjoy.
  • Run docker exec -it project_workspace bash to enter workspace container. You can run php artisan command inside this container.

Links

Our docker-compose.yml is powered by the following images:

laravel-microservices's People

Contributors

wataridori avatar

Watchers

 avatar

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.