docker-magento2
docker-magento2 copied to clipboard
:whale: Environment for a Magento2 application using Docker.
Docker for Magento2
This repository allows the creation of a Docker environment that meets Magento 2 requirements.
Architecture
Services
-
blackfire
: blackfire/blackfire:latest image (application profiling). -
elasticsearch
: ajardin/magento2-elasticsearch:latest custom image with some plugins (search engine). -
maildev
: djfarrelly/maildev:latest image (emails debugging). -
mysql
: ajardin/magento2-mysql image (Magento database). -
nginx
: ajardin/magento2-nginx:latest custom image with HTTPS (web server). -
php
: ajardin/magento2-php custom image with additional extensions and Composer. -
redis
: redis:3.2-alpine image (Magento session and caches). -
synchro
: ajardin/magento2-synchro:latest image (Synchronization using Mutagen).
Documentation
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.