mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-06-04 11:24:00 +08:00
Create docker .env
This commit is contained in:
parent
b772fd3b0b
commit
b132c4f642
18
docker/.env
Normal file
18
docker/.env
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user