refer 准备 Docker 环境
version in current fastgpt
- fastgpt:v4.8.6
- oneapi:v0.6.7
- pgvector:0.7.0-pg15
- mongo:5.0.18
- mysql:8.0.36
- clone this repo
git clone https://github.com/dockerq/fastgpt-deploy.git
- pull image
cd fastgpt-deploy docker compose pull
- run image
docker compose up -d
- change config in
config.json
- remove fastgpt
docker compose down fastgpt
- rerun fastgpt
docker compose up -d fastgpt
- if you run in Linux, endpoint is
http://172.17.0.1:11434
- if you run in MacOS, endpoint is
http://host.docker.internal:11434