mage2click / docker-magento-mutagen

Mage2click Docker-based development environment for Magento with mutagen.io sync for files on macOS
https://mage2.click
MIT License
68 stars 9 forks source link

Use Docker volume to store elasticsearch data #68

Closed u-maxx closed 5 years ago

u-maxx commented 5 years ago

We need to use Docker volume to store elasticsearch data. (see https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html)

I had noticed if the container was recreated you had to rebuild indexes since ES would start with on data. This keeps that from happening since the data is on a volume like it is for the mysql database.

Reported by @davidalger.