Skip to content

Commit 1d2fe01

Browse files
authored
deploy doc (#5729)
1 parent a83ae8e commit 1d2fe01

21 files changed

+151
-77
lines changed

deploy/args.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"tags": {
3-
"fastgpt": "v4.13.0",
4-
"fastgpt-sandbox": "v4.13.0",
5-
"fastgpt-mcp_server": "v4.13.0",
6-
"fastgpt-plugin": "v0.2.0",
3+
"fastgpt": "v4.13.1",
4+
"fastgpt-sandbox": "v4.13.1",
5+
"fastgpt-mcp_server": "v4.13.1",
6+
"fastgpt-plugin": "v0.2.2",
77
"aiproxy": "v0.3.2",
88
"aiproxy-pg": "0.8.0-pg15",
99
"mongo": "5.0.18",

deploy/dev/docker-compose.cn.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,15 @@ services:
118118
retries: 3
119119
sandbox:
120120
container_name: sandbox
121-
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.13.0
121+
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.13.1
122122
ports:
123123
- 3002:3000
124124
networks:
125125
- fastgpt
126126
restart: always
127127
fastgpt-mcp-server:
128128
container_name: fastgpt-mcp-server
129-
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.13.0
129+
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.13.1
130130
ports:
131131
- 3005:3000
132132
networks:
@@ -135,7 +135,7 @@ services:
135135
environment:
136136
- FASTGPT_ENDPOINT=http://fastgpt:3000
137137
fastgpt-plugin:
138-
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.2.0
138+
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.2.2
139139
container_name: fastgpt-plugin
140140
restart: always
141141
ports:

deploy/dev/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,15 @@ services:
118118
retries: 3
119119
sandbox:
120120
container_name: sandbox
121-
image: ghcr.io/labring/fastgpt-sandbox:v4.13.0
121+
image: ghcr.io/labring/fastgpt-sandbox:v4.13.1
122122
ports:
123123
- 3002:3000
124124
networks:
125125
- fastgpt
126126
restart: always
127127
fastgpt-mcp-server:
128128
container_name: fastgpt-mcp-server
129-
image: ghcr.io/labring/fastgpt-mcp_server:v4.13.0
129+
image: ghcr.io/labring/fastgpt-mcp_server:v4.13.1
130130
ports:
131131
- 3005:3000
132132
networks:
@@ -135,7 +135,7 @@ services:
135135
environment:
136136
- FASTGPT_ENDPOINT=http://fastgpt:3000
137137
fastgpt-plugin:
138-
image: ghcr.io/labring/fastgpt-plugin:v0.2.0
138+
image: ghcr.io/labring/fastgpt-plugin:v0.2.2
139139
container_name: fastgpt-plugin
140140
restart: always
141141
ports:

deploy/docker/cn/docker-compose.milvus.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ services:
150150

151151
fastgpt:
152152
container_name: fastgpt
153-
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.13.0 # git
153+
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.13.1 # git
154154
ports:
155155
- 3000:3000
156156
networks:
@@ -221,13 +221,13 @@ services:
221221
retries: 3
222222
sandbox:
223223
container_name: sandbox
224-
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.13.0
224+
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.13.1
225225
networks:
226226
- fastgpt
227227
restart: always
228228
fastgpt-mcp-server:
229229
container_name: fastgpt-mcp-server
230-
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.13.0
230+
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.13.1
231231
networks:
232232
- fastgpt
233233
ports:
@@ -236,7 +236,7 @@ services:
236236
environment:
237237
- FASTGPT_ENDPOINT=http://fastgpt:3000
238238
fastgpt-plugin:
239-
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.2.0
239+
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.2.2
240240
container_name: fastgpt-plugin
241241
restart: always
242242
networks:
@@ -245,6 +245,10 @@ services:
245245
<<: *x-share-db-config
246246
AUTH_TOKEN: *x-plugin-auth-token
247247
S3_BUCKET: fastgpt-plugins
248+
# 工具网络请求,最大请求和响应体
249+
SERVICE_REQUEST_MAX_CONTENT_LENGTH: 10
250+
# 最大 API 请求体大小
251+
MAX_API_SIZE: 10
248252
depends_on:
249253
fastgpt-minio:
250254
condition: service_healthy

deploy/docker/cn/docker-compose.oceanbase.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ services:
125125

126126
fastgpt:
127127
container_name: fastgpt
128-
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.13.0 # git
128+
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.13.1 # git
129129
ports:
130130
- 3000:3000
131131
networks:
@@ -196,13 +196,13 @@ services:
196196
retries: 3
197197
sandbox:
198198
container_name: sandbox
199-
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.13.0
199+
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.13.1
200200
networks:
201201
- fastgpt
202202
restart: always
203203
fastgpt-mcp-server:
204204
container_name: fastgpt-mcp-server
205-
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.13.0
205+
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.13.1
206206
networks:
207207
- fastgpt
208208
ports:
@@ -211,7 +211,7 @@ services:
211211
environment:
212212
- FASTGPT_ENDPOINT=http://fastgpt:3000
213213
fastgpt-plugin:
214-
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.2.0
214+
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.2.2
215215
container_name: fastgpt-plugin
216216
restart: always
217217
networks:
@@ -220,6 +220,10 @@ services:
220220
<<: *x-share-db-config
221221
AUTH_TOKEN: *x-plugin-auth-token
222222
S3_BUCKET: fastgpt-plugins
223+
# 工具网络请求,最大请求和响应体
224+
SERVICE_REQUEST_MAX_CONTENT_LENGTH: 10
225+
# 最大 API 请求体大小
226+
MAX_API_SIZE: 10
223227
depends_on:
224228
fastgpt-minio:
225229
condition: service_healthy

deploy/docker/cn/docker-compose.pg.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ services:
107107

108108
fastgpt:
109109
container_name: fastgpt
110-
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.13.0 # git
110+
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.13.1 # git
111111
ports:
112112
- 3000:3000
113113
networks:
@@ -178,13 +178,13 @@ services:
178178
retries: 3
179179
sandbox:
180180
container_name: sandbox
181-
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.13.0
181+
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.13.1
182182
networks:
183183
- fastgpt
184184
restart: always
185185
fastgpt-mcp-server:
186186
container_name: fastgpt-mcp-server
187-
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.13.0
187+
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.13.1
188188
networks:
189189
- fastgpt
190190
ports:
@@ -193,7 +193,7 @@ services:
193193
environment:
194194
- FASTGPT_ENDPOINT=http://fastgpt:3000
195195
fastgpt-plugin:
196-
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.2.0
196+
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.2.2
197197
container_name: fastgpt-plugin
198198
restart: always
199199
networks:
@@ -202,6 +202,10 @@ services:
202202
<<: *x-share-db-config
203203
AUTH_TOKEN: *x-plugin-auth-token
204204
S3_BUCKET: fastgpt-plugins
205+
# 工具网络请求,最大请求和响应体
206+
SERVICE_REQUEST_MAX_CONTENT_LENGTH: 10
207+
# 最大 API 请求体大小
208+
MAX_API_SIZE: 10
205209
depends_on:
206210
fastgpt-minio:
207211
condition: service_healthy

deploy/docker/cn/docker-compose.zilliz.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ services:
9090

9191
fastgpt:
9292
container_name: fastgpt
93-
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.13.0 # git
93+
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.13.1 # git
9494
ports:
9595
- 3000:3000
9696
networks:
@@ -161,13 +161,13 @@ services:
161161
retries: 3
162162
sandbox:
163163
container_name: sandbox
164-
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.13.0
164+
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.13.1
165165
networks:
166166
- fastgpt
167167
restart: always
168168
fastgpt-mcp-server:
169169
container_name: fastgpt-mcp-server
170-
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.13.0
170+
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.13.1
171171
networks:
172172
- fastgpt
173173
ports:
@@ -176,7 +176,7 @@ services:
176176
environment:
177177
- FASTGPT_ENDPOINT=http://fastgpt:3000
178178
fastgpt-plugin:
179-
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.2.0
179+
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.2.2
180180
container_name: fastgpt-plugin
181181
restart: always
182182
networks:
@@ -185,6 +185,10 @@ services:
185185
<<: *x-share-db-config
186186
AUTH_TOKEN: *x-plugin-auth-token
187187
S3_BUCKET: fastgpt-plugins
188+
# 工具网络请求,最大请求和响应体
189+
SERVICE_REQUEST_MAX_CONTENT_LENGTH: 10
190+
# 最大 API 请求体大小
191+
MAX_API_SIZE: 10
188192
depends_on:
189193
fastgpt-minio:
190194
condition: service_healthy

deploy/docker/global/docker-compose.milvus.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ services:
150150

151151
fastgpt:
152152
container_name: fastgpt
153-
image: ghcr.io/labring/fastgpt:v4.13.0 # git
153+
image: ghcr.io/labring/fastgpt:v4.13.1 # git
154154
ports:
155155
- 3000:3000
156156
networks:
@@ -221,13 +221,13 @@ services:
221221
retries: 3
222222
sandbox:
223223
container_name: sandbox
224-
image: ghcr.io/labring/fastgpt-sandbox:v4.13.0
224+
image: ghcr.io/labring/fastgpt-sandbox:v4.13.1
225225
networks:
226226
- fastgpt
227227
restart: always
228228
fastgpt-mcp-server:
229229
container_name: fastgpt-mcp-server
230-
image: ghcr.io/labring/fastgpt-mcp_server:v4.13.0
230+
image: ghcr.io/labring/fastgpt-mcp_server:v4.13.1
231231
networks:
232232
- fastgpt
233233
ports:
@@ -236,7 +236,7 @@ services:
236236
environment:
237237
- FASTGPT_ENDPOINT=http://fastgpt:3000
238238
fastgpt-plugin:
239-
image: ghcr.io/labring/fastgpt-plugin:v0.2.0
239+
image: ghcr.io/labring/fastgpt-plugin:v0.2.2
240240
container_name: fastgpt-plugin
241241
restart: always
242242
networks:
@@ -245,6 +245,10 @@ services:
245245
<<: *x-share-db-config
246246
AUTH_TOKEN: *x-plugin-auth-token
247247
S3_BUCKET: fastgpt-plugins
248+
# 工具网络请求,最大请求和响应体
249+
SERVICE_REQUEST_MAX_CONTENT_LENGTH: 10
250+
# 最大 API 请求体大小
251+
MAX_API_SIZE: 10
248252
depends_on:
249253
fastgpt-minio:
250254
condition: service_healthy

deploy/docker/global/docker-compose.oceanbase.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ services:
125125

126126
fastgpt:
127127
container_name: fastgpt
128-
image: ghcr.io/labring/fastgpt:v4.13.0 # git
128+
image: ghcr.io/labring/fastgpt:v4.13.1 # git
129129
ports:
130130
- 3000:3000
131131
networks:
@@ -196,13 +196,13 @@ services:
196196
retries: 3
197197
sandbox:
198198
container_name: sandbox
199-
image: ghcr.io/labring/fastgpt-sandbox:v4.13.0
199+
image: ghcr.io/labring/fastgpt-sandbox:v4.13.1
200200
networks:
201201
- fastgpt
202202
restart: always
203203
fastgpt-mcp-server:
204204
container_name: fastgpt-mcp-server
205-
image: ghcr.io/labring/fastgpt-mcp_server:v4.13.0
205+
image: ghcr.io/labring/fastgpt-mcp_server:v4.13.1
206206
networks:
207207
- fastgpt
208208
ports:
@@ -211,7 +211,7 @@ services:
211211
environment:
212212
- FASTGPT_ENDPOINT=http://fastgpt:3000
213213
fastgpt-plugin:
214-
image: ghcr.io/labring/fastgpt-plugin:v0.2.0
214+
image: ghcr.io/labring/fastgpt-plugin:v0.2.2
215215
container_name: fastgpt-plugin
216216
restart: always
217217
networks:
@@ -220,6 +220,10 @@ services:
220220
<<: *x-share-db-config
221221
AUTH_TOKEN: *x-plugin-auth-token
222222
S3_BUCKET: fastgpt-plugins
223+
# 工具网络请求,最大请求和响应体
224+
SERVICE_REQUEST_MAX_CONTENT_LENGTH: 10
225+
# 最大 API 请求体大小
226+
MAX_API_SIZE: 10
223227
depends_on:
224228
fastgpt-minio:
225229
condition: service_healthy

deploy/docker/global/docker-compose.pg.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ services:
107107

108108
fastgpt:
109109
container_name: fastgpt
110-
image: ghcr.io/labring/fastgpt:v4.13.0 # git
110+
image: ghcr.io/labring/fastgpt:v4.13.1 # git
111111
ports:
112112
- 3000:3000
113113
networks:
@@ -178,13 +178,13 @@ services:
178178
retries: 3
179179
sandbox:
180180
container_name: sandbox
181-
image: ghcr.io/labring/fastgpt-sandbox:v4.13.0
181+
image: ghcr.io/labring/fastgpt-sandbox:v4.13.1
182182
networks:
183183
- fastgpt
184184
restart: always
185185
fastgpt-mcp-server:
186186
container_name: fastgpt-mcp-server
187-
image: ghcr.io/labring/fastgpt-mcp_server:v4.13.0
187+
image: ghcr.io/labring/fastgpt-mcp_server:v4.13.1
188188
networks:
189189
- fastgpt
190190
ports:
@@ -193,7 +193,7 @@ services:
193193
environment:
194194
- FASTGPT_ENDPOINT=http://fastgpt:3000
195195
fastgpt-plugin:
196-
image: ghcr.io/labring/fastgpt-plugin:v0.2.0
196+
image: ghcr.io/labring/fastgpt-plugin:v0.2.2
197197
container_name: fastgpt-plugin
198198
restart: always
199199
networks:
@@ -202,6 +202,10 @@ services:
202202
<<: *x-share-db-config
203203
AUTH_TOKEN: *x-plugin-auth-token
204204
S3_BUCKET: fastgpt-plugins
205+
# 工具网络请求,最大请求和响应体
206+
SERVICE_REQUEST_MAX_CONTENT_LENGTH: 10
207+
# 最大 API 请求体大小
208+
MAX_API_SIZE: 10
205209
depends_on:
206210
fastgpt-minio:
207211
condition: service_healthy

0 commit comments

Comments
 (0)