From b132c4f642a1114886d8f7d17fea8be7f90adb10 Mon Sep 17 00:00:00 2001 From: KevinHuSh Date: Mon, 18 Dec 2023 10:20:52 +0800 Subject: [PATCH] Create docker .env --- docker/.env | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docker/.env diff --git a/docker/.env b/docker/.env new file mode 100644 index 00000000..746e1910 --- /dev/null +++ b/docker/.env @@ -0,0 +1,18 @@ +# Version of Elastic products +STACK_VERSION=8.11.3 + +# Set the cluster name +CLUSTER_NAME=docass + +# Port to expose Elasticsearch HTTP API to the host +ES_PORT=9200 + +# Port to expose Kibana to the host +KIBANA_PORT=6601 + +# Increase or decrease based on the available host memory (in bytes) +MEM_LIMIT=1073741824 + +POSTGRES_USER=root +POSTGRES_PASSWORD=infiniflow_docass +POSTGRES_DB=docass