adding in elasticsearch

This commit is contained in:
talksik
2023-12-23 21:21:37 -08:00
parent 1ffb28d4f5
commit 966e4ba61b
2 changed files with 37 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
# Version of Elastic products
STACK_VERSION=8.4.0 # Port to expose Elasticsearch HTTP API to the host
ES_PORT=9200 # Port to expose Kibana to the host
KIBANA_PORT=5601