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
- Host: GitHub
- URL: https://github.com/orasik/elasticsearch_elastichq_docker
- Owner: orasik
- Created: 2018-05-09T13:16:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-09T13:18:43.000Z (about 7 years ago)
- Last Synced: 2025-01-02T01:47:23.625Z (5 months ago)
- Size: 0 Bytes
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`