EasyEngine v4.6.0 Released

Hey there! We’re happy to announce a new release for EasyEngine – v4.6.0. Now, you can extend the power of EasyEngine site by adding services like ElasticSearch, Memcache, Nodejs etc. This version comes with a feature release of full custom docker-compose file support.

Features Added 🛠️

Support for Custom Docker Compose 👩‍🔧

We have added support for complete custom docker-compose support. We had initially released custom docker-compose support in Version 4.2.0, but it was very limited support. It could only override EasyEngine services, and could not add any services, also it had no commands to just enable/disable/restart the custom compose services.

This version brings full feature with support for multiple custom compose files and controls to enable/disable/restart custom compose services independently as well as in sync with site services. In addition to that, you can now add other services like ElasticSearch, Memcache, Nodejs etc. to the site.

To see how you can make use of this feature, check out our handbook page on this topic.

Bugfixes 🐛🚫

Fix relayhost and msmrtpc config.

Links: Release | Documentation | Github