Releases: mediact/docker-compose-development-manager
Releases · mediact/docker-compose-development-manager
Fix RabbitMQ variables which were deprecated
Added new environment variables to resolve issue with RabbitMQ container.
Fixed version for Mysql & changed image php-fpm
1.4.3 Merge pull request #43 from mediact/feature/update-database-to-versio…
1.4.2
What's Changed
- Fix nginx image in docker-compose for Magento2 by @igorwulff in #41
New Contributors
- @igorwulff made their first contribution in #41
Full Changelog: 1.4.1...1.4.2
Additional fix for port bindings
[INTAINTD-338] Additionally fixed the port bindings for AMQP in the magento-2 template
What's Changed
Full Changelog: 1.4.0...1.4.1
Security
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
1.3.1
What's Changed
- M2: Redis now has its own
volume
by @rutgerrademaker in #22 - Rabbitmq queues are now persistent by @RPrudon in #29
New Contributors
- @rutgerrademaker made their first contribution in #22
- @RPrudon made their first contribution in #29
Full Changelog: 1.1.0...1.3.1
Add a UI to the rabbitMQ that can be reached from your web browser
Instead of adding Rabbitmq-server this will also add a UI that can be reached using localhost:15672 in your web browser.
1.0.2
- Update MySQL default for magento 2 template to MySQL 8.0.