30 lines
755 B
Bash
Raw Permalink Normal View History

2023-07-04 07:35:52 +02:00
# Password for the 'elastic' user (at least 6 characters)
ELASTIC_PASSWORD=elastic
# Password for the 'kibana_system' user (at least 6 characters)
KIBANA_PASSWORD=kibana
# Version of Elastic products
STACK_VERSION=8.8.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
# Port to expose Kibana to the host
KIBANA_PORT=5601
#KIBANA_PORT=80
# Increase or decrease based on the available host memory (in bytes)
2023-07-04 12:01:53 +02:00
MEM_LIMIT=3073741824
MEM_LIMIT_SECONDARY=1073741824
2023-07-04 07:35:52 +02:00
# Project namespace (defaults to the current folder name if not set)
#COMPOSE_PROJECT_NAME=myproject