Sign inSign up

chachakawooka/mage_stack

By chachakawooka

Updated 4 months ago

A magento 2 docker stack

Image
0

10K+

chachakawooka/mage_stack repository overview

Magento 2 Docker Stack

This stack is designed as a starting point for the Magento2 Platform

Developing

Create Enviroment Variables
cp .env.example .env
  • open up .env and set MAGENTO_COMPOSER_USER & MAGENTO_COMPOSER_PASSWORD to your own credentials
Extend with Docker to install additional modules
Mound a custom.sh file to run commands post upgrade

e.g. install new modules or disable 2fa

php bin/magento module:disable Magento_TwoFactorAuth Magento_AdminAdobeImsTwoFactorAuth
Start The Stack
docker-compose -f docker-compose-dev.yml up

The site will startup on port http://localhost:32733 (unless you changed it) admin url is http://localhost:32733/admin (unless you changed it)

Tag summary

Content type

Image

Digest

sha256:cfe131e4b

Size

602.3 MB

Last updated

4 months ago

docker pull chachakawooka/mage_stack