An open API service indexing awesome lists of open source software.

https://github.com/orasik/elasticsearch_elastichq_docker

Docker compose file to run elastic search and elastic HQ
https://github.com/orasik/elasticsearch_elastichq_docker

Last synced: 4 months ago
JSON representation

Docker compose file to run elastic search and elastic HQ

Awesome Lists containing this project

README

        

# ElasticSearch and ElasticHQ docker compose

This docker-compose file will run ElasticSearch on port `9200` abd ElasticHQ on port `5000`
```
docker-compose up -d
```

After that, navigate to http://localhost:5000/

Connection string:

`http://elasticsearch:9200`