In my previous post about Docker and Laravel, we needed a large amount of containers to get everything working and to conform to Docker best-practices. These best practices mean we should have one container per process, which helps keep the containers simple and isolated. All the "core" processes (e.g. Nginx, PHP-FPM, etc.) and "development" processes (e.g. composer, artisan etc.) each had their o