Skip to content

Release 0.2.0

Latest
Compare
Choose a tag to compare
@ezimuel ezimuel released this 27 Sep 13:08
· 10 commits to main since this release
0.2.0
978bdc1

This release contains the following changes and fixes:

  • Added the uninstall.sh script in the output folder to facilitare the uninstall of start-local (978bdc1)
  • Improved the error log file, including the docker logs of each service (es-local-dev, kibana-local-dev, kibana_settings) (978bdc1)
  • Refactored the start-local.sh script using functions and a main() section with all the steps (978bdc1)
  • Added the ES_LOCAL_URL (i.e. http://localhost:9200) in .env file (960248a);
  • Fixed the cleanup() function, adding the remove of docker volumes using the command docker compose down -v (a659c9d)
  • Improved the output information adding also emoji (#5)