.env 685 B

123456789101112131415161718192021222324252627282930313233
  1. FRONTEND_PORT=8061
  2. BACKEND_PORT=8008
  3. AGENT_API_PORT=9900
  4. AGENT_FILE_PORT=9901
  5. MYSQL_PASSWORD=llmllmllm
  6. MYSQL_PORT=3336
  7. # Port to expose minio to the host
  8. MINIO_CONSOLE_PORT=9001
  9. MINIO_PORT=9000
  10. MINIO_USER=root
  11. MINIO_PASSWORD=llmllmllm
  12. REDIS_PORT=6389
  13. REDIS_PASSWORD=llmllmllm
  14. TIMEZONE='Asia/Shanghai'
  15. #HF_ENDPOINT=https://hf-mirror.com
  16. ######## OS setup for ES ###########
  17. # sysctl vm.max_map_count
  18. # sudo sysctl -w vm.max_map_count=262144
  19. # However, this change is not persistent and will be reset after a system reboot.
  20. # To make the change permanent, you need to update the /etc/sysctl.conf file.
  21. # Add or update the following line in the file:
  22. # vm.max_map_count=262144