Docker-compose template for launching elasticsearh and kibana 8.x.
Elasticsearch is pain in the ass to configure with persistent SSL certificates. Examples from the docs don't work, default configuration falls apart after recreating containers, and so on. I suffered, so you wouldn't have to.
See https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html for more info.
- Configure credentials in
.env
. - [Optional] configure ports in
docker-compose.yml
. - Run
./run.sh
.