Magento running on Docker. Plays nicely with dredger.
Regularly updated with the latest 2.* and 1.* releases (see tags).
Most configuration can be done with environment variables. Here are the available options;
| Environment | Default | Description |
|---|---|---|
| MAGE_MODE | developer | Set's the Magento mode |
| ENABLE_CRON | On | Enables the Magento cron jobs |
| ADDITIONAL_STORES | - | Comma separated list of Magento store codes and Nginx server_name's in the format MAGE_RUN_CODE:server_name, i.e. test_view:test.co.uk or using a regex test_view:~test which would switch Magento to the test_view store if the domain name contained the word test |
See edge-docker-php for additional options such as SSL, SMTP and PHP configuration.