emad-zaamout / Laravel-Complete-Dockerization

https://ahtcloud.com
70 stars 86 forks source link
aws laravel

Links

Laravel Docker Template

Sample Project: Realtime chat application built with Laravel WebSockets.

This docker build can be used to run all your Laravel Projects. Our implementation will include 6 containers:

  1. PHP
  2. WebSockets
  3. Database
  4. Redis
  5. Queue
  6. Node

If your not using WebSockets, Redis or Queue, simply comment them out inside your docker-compose.yml file.