This repository has been archived by the owner on Mar 21, 2021. It is now read-only.
JHipster Console 1.3.0
This release introduce a reorganisation of the project to simplify setup and version management.
To achieve this goal, we have created 3 new images at Docker Hub:
- jhipster/jhipster-elasticsearch: based on the official elasticsearch image
- jhipster/jhipster-logstash: based on the official logstash image with the default logstash configuration file already available in the image itself
- jhipster/jhipster-alerter: custom build image based on python:2.7-wheezy on which Elastalert is installed
The main benefits of the new release:
- The simple "bootstrap" setup now works out of the box (no volumes needs to be setup)
- The console can be more easily deployed to docker in production
- Version management is also simpler (just specify the same version of the jhipster-elasticsearch, jhipster-logstash and jhipster-console images)
- This release also update versions of all dependencies.