From 60f55cec61b0db378b9ccdaaba3c0ef45b806cbb Mon Sep 17 00:00:00 2001 From: Daniel O'Connor Date: Fri, 23 Dec 2022 13:53:19 +1030 Subject: [PATCH] Create .env --- .devcontainer/.env | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .devcontainer/.env diff --git a/.devcontainer/.env b/.devcontainer/.env new file mode 100644 index 000000000..dca5a4995 --- /dev/null +++ b/.devcontainer/.env @@ -0,0 +1,19 @@ +# Password for the 'elastic' user (at least 6 characters) +ELASTIC_PASSWORD=pass@123 + +# Version of Elastic products +STACK_VERSION=8.2.2 + +# Set the cluster name +CLUSTER_NAME=docker-cluster + +# Set to 'basic' or 'trial' to automatically start the 30-day trial +LICENSE=basic +#LICENSE=trial + +# Port to expose Elasticsearch HTTP API to the host +ES_PORT=9200 +#ES_PORT=127.0.0.1:9200 + +# Increase or decrease based on the available host memory (in bytes) +MEM_LIMIT=1073741824