Skip to content

dockerq/fastgpt-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FastGPT quick deploy

install docker

refer 准备 Docker 环境

version info

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

deploy

  1. clone this repo
    git clone https://github.com/dockerq/fastgpt-deploy.git
  2. pull image
    cd fastgpt-deploy
    docker compose pull
  3. run image
    docker compose up -d

config

如何自定义配置文件?

  1. change config in config.json
  2. remove fastgpt
    docker compose down fastgpt
  3. rerun fastgpt
    docker compose up -d fastgpt

ollama endpoint

  1. if you run in Linux, endpoint is http://172.17.0.1:11434
  2. if you run in MacOS, endpoint is http://host.docker.internal:11434

About

quickly deploy fastgpt by docker

Resources

Stars

Watchers

Forks

Packages

No packages published