123456789101112131415161718192021222324252627282930313233 |
- FRONTEND_PORT=8061
- BACKEND_PORT=8008
- AGENT_API_PORT=9900
- AGENT_FILE_PORT=9901
- MYSQL_PASSWORD=llmllmllm
- MYSQL_PORT=3336
- # Port to expose minio to the host
- MINIO_CONSOLE_PORT=9001
- MINIO_PORT=9000
- MINIO_USER=root
- MINIO_PASSWORD=llmllmllm
- REDIS_PORT=6389
- REDIS_PASSWORD=llmllmllm
- TIMEZONE='Asia/Shanghai'
- #HF_ENDPOINT=https://hf-mirror.com
- ######## OS setup for ES ###########
- # sysctl vm.max_map_count
- # sudo sysctl -w vm.max_map_count=262144
- # However, this change is not persistent and will be reset after a system reboot.
- # To make the change permanent, you need to update the /etc/sysctl.conf file.
- # Add or update the following line in the file:
- # vm.max_map_count=262144
|