labring / FastGPT

FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, and visual AI workflow orchestration, letting you easily develop and deploy complex question-answering systems without the need for extensive setup or configuration.
https://tryfastgpt.ai
Other
17.46k stars 4.69k forks source link

数据库能否和fastgpt分开部署 #1765

Closed chiheye closed 4 months ago

chiheye commented 4 months ago

例行检查

你的版本

问题描述, 日志截图 数据库能否和fastgpt分开部署,测试分开部署后fastgpt无法连接到mongodb mongodb地址已修改成mongodb://myusername:mypassword@192.168.31.57:27017/fastgpt?authSource=admin(去掉?authSource=admin也不行) 复现步骤 直接修改de docker-compose.yml version: '3.3' services: fastgpt: container_name: fastgpt image: ghcr.io/labring/fastgpt:v4.8.3 ports:

c121914yu commented 4 months ago

网络问题,自己补 docker 知识。mongo 外连看文档说明。