Fast demo magento 2. Applications (PHP, MariaDB, Redis, Elasticsearch)
10K+
This Setup can be used to fast demo magento 2 or as as development enviroment.
The main docker image osioaliu/magento2docker has all applications (PHP, MariaDB, Redis, Elasticsearch) needed to run Magento 2
Do not use due to security on a production server
docker run --rm -d --name magento2docker osioaliu/magento2docker
docker exec -it magento2docker start
sudo wget https://raw.githubusercontent.com/aliuosio/magento2docker/main/bin/magento2docker -P /usr/local/bin/magento2docker;
sudo chmod +x /usr/local/bin/magento2docker && magento2docker
next time just start the server with command: magento2docker
docker-compose.yml to use with own projectthis has additinal cotainers with Mailhog, Watchtower and rabbitmq which you might need in your project commented out
Download https://raw.githubusercontent.com/aliuosio/magento2docker/main/docker-compose.yml
Run
docker-compose up -dto start all containersRun
docker compose exec -it main startto start the PHP WebserverRun
docker compose exec -it main xdebugto use xdebug with ide.key magento2docker
http://<ip displayed on your console>/admin
User: mage2_admin
Password: mage2_admin123#T
http://<ip displayed on your console>
magento2-gmailsmtpapp
configure Magento 2 / Adobe Commerce to send all transactional emails using Google App, Gmail, Amazon Simple Email Service (SES), Microsoft Office365 or any other SMTP servers.
yireo/magento2-webp2
This module adds WebP support to Magento 2.
dominicwatts/cachewarmer
Magento 2 Site based Cachewarmer / Link checker / Siege Tester
Never use in Production, It's meant to demo or as dev enviroment
Todos:
V1
V2
Content type
Image
Digest
sha256:f8ba4ce5c…
Size
1.4 GB
Last updated
over 1 year ago
docker pull osioaliu/magento2docker