about summary refs log tree commit diff
path: root/compose/es/docker-compose.yml
diff options
context:
space:
mode:
authorPaweł Dybiec <pawel.to.malpa@gmail.com>2019-04-17 17:48:49 +0200
committerPaweł Dybiec <pawel.to.malpa@gmail.com>2019-04-17 17:48:49 +0200
commit76173530dcacc33725590a7c6d8862fac5466dc3 (patch)
tree8d87481f094ff0f5c189be7ab95c32e9eb6e8e65 /compose/es/docker-compose.yml
parentAdded vault.password to gitignore (diff)
Change docker compose dir
Diffstat (limited to 'compose/es/docker-compose.yml')
-rw-r--r--compose/es/docker-compose.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/compose/es/docker-compose.yml b/compose/es/docker-compose.yml
new file mode 100644
index 0000000..3edf4c0
--- /dev/null
+++ b/compose/es/docker-compose.yml
@@ -0,0 +1,13 @@
+version: '3'
+services:
+  elasticsearch:
+    image: "docker.elastic.co/elasticsearch/elasticsearch:6.3.1"
+    environment:
+    - "discovery.type=single-node"
+    #ports:
+    # - "9200:9200"
+    # - "9300:9300"
+  kibana:
+    image: "docker.elastic.co/kibana/kibana:6.3.1"
+    ports:
+    - "5601:5601"