Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
cd1d8048
authored
Jul 04, 2025
by
Archer
Committed by
GitHub
Jul 04, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update yml (#5152)
parent
79ca54b3
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
20 additions
and
20 deletions
+20
-20
deploy/docker/docker-compose-milvus.yml
+4
-4
deploy/docker/docker-compose-oceanbase/docker-compose.yml
+4
-4
deploy/docker/docker-compose-pgvector.yml
+4
-4
deploy/docker/docker-compose-zilliz.yml
+4
-4
deploy/docker/yml.js
+4
-4
No files found.
deploy/docker/docker-compose-milvus.yml
View file @
cd1d8048
...
@@ -226,8 +226,8 @@ services:
...
@@ -226,8 +226,8 @@ services:
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.1.
1
# git
image
:
ghcr.io/labring/fastgpt-plugin:v0.1.
2
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.
1
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.
2
# 阿里云
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -248,8 +248,8 @@ services:
...
@@ -248,8 +248,8 @@ services:
# AI Proxy
# AI Proxy
aiproxy
:
aiproxy
:
image
:
ghcr.io/labring/aiproxy:v0.
1.7
image
:
ghcr.io/labring/aiproxy:v0.
2.2
# image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
1.7
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
2.2
# 阿里云
container_name
:
aiproxy
container_name
:
aiproxy
restart
:
unless-stopped
restart
:
unless-stopped
depends_on
:
depends_on
:
...
...
deploy/docker/docker-compose-oceanbase/docker-compose.yml
View file @
cd1d8048
...
@@ -200,8 +200,8 @@ services:
...
@@ -200,8 +200,8 @@ services:
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.1.
1
# git
image
:
ghcr.io/labring/fastgpt-plugin:v0.1.
2
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.
1
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.
2
# 阿里云
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -222,8 +222,8 @@ services:
...
@@ -222,8 +222,8 @@ services:
# AI Proxy
# AI Proxy
aiproxy
:
aiproxy
:
image
:
ghcr.io/labring/aiproxy:v0.
1.7
image
:
ghcr.io/labring/aiproxy:v0.
2.2
# image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
1.7
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
2.2
# 阿里云
container_name
:
aiproxy
container_name
:
aiproxy
restart
:
unless-stopped
restart
:
unless-stopped
depends_on
:
depends_on
:
...
...
deploy/docker/docker-compose-pgvector.yml
View file @
cd1d8048
...
@@ -186,8 +186,8 @@ services:
...
@@ -186,8 +186,8 @@ services:
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.1.
1
# git
image
:
ghcr.io/labring/fastgpt-plugin:v0.1.
2
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.
1
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.
2
# 阿里云
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -208,8 +208,8 @@ services:
...
@@ -208,8 +208,8 @@ services:
# AI Proxy
# AI Proxy
aiproxy
:
aiproxy
:
image
:
ghcr.io/labring/aiproxy:v0.
1.7
image
:
ghcr.io/labring/aiproxy:v0.
2.2
# image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
1.7
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
2.2
# 阿里云
container_name
:
aiproxy
container_name
:
aiproxy
restart
:
unless-stopped
restart
:
unless-stopped
depends_on
:
depends_on
:
...
...
deploy/docker/docker-compose-zilliz.yml
View file @
cd1d8048
...
@@ -168,8 +168,8 @@ services:
...
@@ -168,8 +168,8 @@ services:
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.1.
1
# git
image
:
ghcr.io/labring/fastgpt-plugin:v0.1.
2
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.
1
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.
2
# 阿里云
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
@@ -190,8 +190,8 @@ services:
...
@@ -190,8 +190,8 @@ services:
# AI Proxy
# AI Proxy
aiproxy
:
aiproxy
:
image
:
ghcr.io/labring/aiproxy:v0.
1.7
image
:
ghcr.io/labring/aiproxy:v0.
2.2
# image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
1.7
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
2.2
# 阿里云
container_name
:
aiproxy
container_name
:
aiproxy
restart
:
unless-stopped
restart
:
unless-stopped
depends_on
:
depends_on
:
...
...
deploy/docker/yml.js
View file @
cd1d8048
...
@@ -169,8 +169,8 @@ services:
...
@@ -169,8 +169,8 @@ services:
environment:
environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000
- FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin:
fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.1.
1
# git
image: ghcr.io/labring/fastgpt-plugin:v0.1.
2
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.
1
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.
2
# 阿里云
container_name: fastgpt-plugin
container_name: fastgpt-plugin
restart: always
restart: always
networks:
networks:
...
@@ -191,8 +191,8 @@ services:
...
@@ -191,8 +191,8 @@ services:
# AI Proxy
# AI Proxy
aiproxy:
aiproxy:
image: ghcr.io/labring/aiproxy:v0.
1.7
image: ghcr.io/labring/aiproxy:v0.
2.2
# image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
1.7
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.
2.2
# 阿里云
container_name: aiproxy
container_name: aiproxy
restart: unless-stopped
restart: unless-stopped
depends_on:
depends_on:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment