All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Fix issue with AMQP >= 3.9.0 refusing to start with deprecated ENV variable names
- Issue resolve issue where newest version after 8.0.28-19.
- Change image of nginx-fpm to one where xdebug works out of the box.
- Issue where the nginx image was wrongly configured
- [INTAINTD-338] Additionally fixed the port bindings for AMQP in the magento-2 template
- [INTAINTD-338] Forced binding of all exposed ports to localhost (IPv4). Note that if you have IPv6 enabled and using localhost you might need to explicitly use 127.0.0.1
- [INTAINTD-259] Update
magento-2-console
images to latest (supported) version.
- M2: Rabbitmq now has its own
volume
and hostname so queues persist between adev down && dev up
.
- Extended PHP environment for generic use that is more inline with the current magento stack.
- M2: Redis now has its own
volume
so config cache and sessions persist between adev down && dev up
.
- Instead of adding Rabbitmq-server this will also add a UI that can be reached using localhost:15672 in your web browser.
- Template for M2 now also enables xdebug of composer.
- Updated the version of the template for M2 template.
- Changed mysql from 5.6 to 5.7 for M1 template.
- Changed php from 7.2 to 7.3.
- Unused variable.