1 Star 0 Fork 439

siashan / docker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.env 727 Bytes
一键复制 编辑 原始数据 按行查看 历史
paulGao 提交于 2022-03-01 09:13 . add es 8.0
# Password for the 'elastic' user (at least 6 characters)
ELASTIC_PASSWORD=lilishop
# Password for the 'kibana_system' user (at least 6 characters)
KIBANA_PASSWORD=lilishop
# Version of Elastic products
STACK_VERSION=8.0.0
# 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
# Project namespace (defaults to the current folder name if not set)
#COMPOSE_PROJECT_NAME=myproject
Docker
1
https://gitee.com/siashan/docker.git
git@gitee.com:siashan/docker.git
siashan
docker
docker
master

搜索帮助