Преглед на файлове

tech(docker): add elastic fig

bergquist преди 10 години
родител
ревизия
40088cd4fe
променени са 2 файла, в които са добавени 7 реда и са изтрити 0 реда
  1. 1 0
      docker/blocks/elastic/elasticsearch/config/.placeholder
  2. 6 0
      docker/blocks/elastic/fig

+ 1 - 0
docker/blocks/elastic/elasticsearch/config/.placeholder

@@ -0,0 +1 @@
+Ensure the existence of the parent folder.

+ 6 - 0
docker/blocks/elastic/fig

@@ -0,0 +1,6 @@
+elasticsearch:
+  image: elasticsearch:latest
+  command: elasticsearch -Des.network.host=0.0.0.0
+  ports:
+    - "9200:9200"
+    - "9300:9300"