:whale: Environment for a Magento2 application using Docker.
This repository allows the creation of a Docker environment that meets
Magento 2 requirements.
blackfire
: blackfire/blackfire:2 image (application profiling).elasticsearch
: ajardin/magento2-elasticsearch custom image with some plugins (search engine).maildev
: maildev/maildev image (emails debugging).mysql
: mysql image (Magento database).nginx
: ajardin/magento2-nginx custom image with HTTPS (web server).php
: ajardin/php custom image with additional extensions and Composer.redis
: redis image (Magento session and caches).In order to make things more readable, and maintainable, the documentation has been migrated to
the repository Wiki. Where you will find all details about the
installation process along the available instructions for the day-to-day work.