Skip to content
Snippets Groups Projects
Commit 224db0f0 authored by Benjamin Bertrand's avatar Benjamin Bertrand
Browse files

Add Kibana for debugging

JIRA INFRA-575
parent 037548f2
No related branches found
No related tags found
No related merge requests found
...@@ -31,3 +31,9 @@ services: ...@@ -31,3 +31,9 @@ services:
- ${ELASTIC_DATA_VOLUME}:/usr/share/elasticsearch/data - ${ELASTIC_DATA_VOLUME}:/usr/share/elasticsearch/data
ports: ports:
- "9200:9200" - "9200:9200"
kibana:
image: docker.elastic.co/kibana/kibana:6.4.2
ports:
- "5601:5601"
environment:
- "ELASTICSEARCH_URL=http://csentry_elasticsearch:9200"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment