Skip to content

Instantly share code, notes, and snippets.

@kuccello
Last active June 15, 2022 21:26
Show Gist options
  • Save kuccello/4f984329f27600a0bf177f9183294cb9 to your computer and use it in GitHub Desktop.
Save kuccello/4f984329f27600a0bf177f9183294cb9 to your computer and use it in GitHub Desktop.
# Password for the 'elastic' user (at least 6 characters)
ELASTIC_PASSWORD=<REDACTED set your own value>
# Password for the 'kibana_system' user (at least 6 characters)
KIBANA_PASSWORD=<REDACTED set your own value>
# Version of Elastic products
STACK_VERSION=8.2.3
# 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
# Port to expose Kibana to the host
KIBANA_PORT=5601
#KIBANA_PORT=80
# Increase or decrease based on the available host memory (in bytes)
MEM_LIMIT=1073741824
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment