Commit 670c3ca3 by Finley Ge Committed by GitHub

chore: update deploy scripts (#6016)

parent 2213e95b
{ {
"tags": { "tags": {
"fastgpt": "v4.14.2", "fastgpt": "v4.14.3",
"fastgpt-sandbox": "v4.14.2", "fastgpt-sandbox": "v4.14.3",
"fastgpt-mcp_server": "v4.14.2", "fastgpt-mcp_server": "v4.14.3",
"fastgpt-plugin": "v0.3.2", "fastgpt-plugin": "v0.3.3",
"aiproxy": "v0.3.2", "aiproxy": "v0.3.2",
"aiproxy-pg": "0.8.0-pg15", "aiproxy-pg": "0.8.0-pg15",
"mongo": "5.0.18", "mongo": "5.0.18",
......
...@@ -136,7 +136,7 @@ services: ...@@ -136,7 +136,7 @@ services:
retries: 3 retries: 3
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.3
ports: ports:
- 3002:3000 - 3002:3000
networks: networks:
...@@ -144,7 +144,7 @@ services: ...@@ -144,7 +144,7 @@ services:
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.3
ports: ports:
- 3005:3000 - 3005:3000
networks: networks:
...@@ -153,7 +153,7 @@ services: ...@@ -153,7 +153,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.3
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
ports: ports:
...@@ -162,6 +162,7 @@ services: ...@@ -162,6 +162,7 @@ services:
- fastgpt - fastgpt
environment: environment:
- AUTH_TOKEN=token - AUTH_TOKEN=token
- S3_ENDPOINT=http://127.0.0.1:9000 # TODO: 改为你 Minio 的实际的 ip 地址
- S3_ENDPOINT=fastgpt-minio - S3_ENDPOINT=fastgpt-minio
- S3_PORT=9000 - S3_PORT=9000
- S3_USE_SSL=false - S3_USE_SSL=false
......
...@@ -136,7 +136,7 @@ services: ...@@ -136,7 +136,7 @@ services:
retries: 3 retries: 3
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.2 image: ghcr.io/labring/fastgpt-sandbox:v4.14.3
ports: ports:
- 3002:3000 - 3002:3000
networks: networks:
...@@ -144,7 +144,7 @@ services: ...@@ -144,7 +144,7 @@ services:
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.2 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.3
ports: ports:
- 3005:3000 - 3005:3000
networks: networks:
...@@ -153,7 +153,7 @@ services: ...@@ -153,7 +153,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.3.2 image: ghcr.io/labring/fastgpt-plugin:v0.3.3
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
ports: ports:
...@@ -162,6 +162,7 @@ services: ...@@ -162,6 +162,7 @@ services:
- fastgpt - fastgpt
environment: environment:
- AUTH_TOKEN=token - AUTH_TOKEN=token
- S3_ENDPOINT=http://127.0.0.1:9000 # TODO: 改为你 Minio 的实际的 ip 地址
- S3_ENDPOINT=fastgpt-minio - S3_ENDPOINT=fastgpt-minio
- S3_PORT=9000 - S3_PORT=9000
- S3_USE_SSL=false - S3_USE_SSL=false
......
...@@ -177,7 +177,7 @@ services: ...@@ -177,7 +177,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.2 # git image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.3 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -227,13 +227,13 @@ services: ...@@ -227,13 +227,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.3
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.3
networks: networks:
- fastgpt - fastgpt
ports: ports:
...@@ -242,7 +242,7 @@ services: ...@@ -242,7 +242,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.3
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:
......
...@@ -154,7 +154,7 @@ services: ...@@ -154,7 +154,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.2 # git image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.3 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -204,13 +204,13 @@ services: ...@@ -204,13 +204,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.3
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.3
networks: networks:
- fastgpt - fastgpt
ports: ports:
...@@ -219,7 +219,7 @@ services: ...@@ -219,7 +219,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.3
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:
......
...@@ -135,7 +135,7 @@ services: ...@@ -135,7 +135,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.2 # git image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.3 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -185,13 +185,13 @@ services: ...@@ -185,13 +185,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.3
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.3
networks: networks:
- fastgpt - fastgpt
ports: ports:
...@@ -200,7 +200,7 @@ services: ...@@ -200,7 +200,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.3
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:
......
...@@ -118,7 +118,7 @@ services: ...@@ -118,7 +118,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.2 # git image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.3 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -168,13 +168,13 @@ services: ...@@ -168,13 +168,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.3
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.3
networks: networks:
- fastgpt - fastgpt
ports: ports:
...@@ -183,7 +183,7 @@ services: ...@@ -183,7 +183,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.3
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:
......
...@@ -177,7 +177,7 @@ services: ...@@ -177,7 +177,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.2 # git image: ghcr.io/labring/fastgpt:v4.14.3 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -227,13 +227,13 @@ services: ...@@ -227,13 +227,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.2 image: ghcr.io/labring/fastgpt-sandbox:v4.14.3
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.2 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.3
networks: networks:
- fastgpt - fastgpt
ports: ports:
...@@ -242,7 +242,7 @@ services: ...@@ -242,7 +242,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.3.2 image: ghcr.io/labring/fastgpt-plugin:v0.3.3
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:
......
...@@ -154,7 +154,7 @@ services: ...@@ -154,7 +154,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.2 # git image: ghcr.io/labring/fastgpt:v4.14.3 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -204,13 +204,13 @@ services: ...@@ -204,13 +204,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.2 image: ghcr.io/labring/fastgpt-sandbox:v4.14.3
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.2 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.3
networks: networks:
- fastgpt - fastgpt
ports: ports:
...@@ -219,7 +219,7 @@ services: ...@@ -219,7 +219,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.3.2 image: ghcr.io/labring/fastgpt-plugin:v0.3.3
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:
......
...@@ -135,7 +135,7 @@ services: ...@@ -135,7 +135,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.2 # git image: ghcr.io/labring/fastgpt:v4.14.3 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -185,13 +185,13 @@ services: ...@@ -185,13 +185,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.2 image: ghcr.io/labring/fastgpt-sandbox:v4.14.3
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.2 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.3
networks: networks:
- fastgpt - fastgpt
ports: ports:
...@@ -200,7 +200,7 @@ services: ...@@ -200,7 +200,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.3.2 image: ghcr.io/labring/fastgpt-plugin:v0.3.3
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:
......
...@@ -118,7 +118,7 @@ services: ...@@ -118,7 +118,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.2 # git image: ghcr.io/labring/fastgpt:v4.14.3 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -168,13 +168,13 @@ services: ...@@ -168,13 +168,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.2 image: ghcr.io/labring/fastgpt-sandbox:v4.14.3
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.2 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.3
networks: networks:
- fastgpt - fastgpt
ports: ports:
...@@ -183,7 +183,7 @@ services: ...@@ -183,7 +183,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.3.2 image: ghcr.io/labring/fastgpt-plugin:v0.3.3
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:
......
...@@ -162,6 +162,7 @@ services: ...@@ -162,6 +162,7 @@ services:
- fastgpt - fastgpt
environment: environment:
- AUTH_TOKEN=token - AUTH_TOKEN=token
- S3_ENDPOINT=http://127.0.0.1:9000 # TODO: 改为你 Minio 的实际的 ip 地址
- S3_ENDPOINT=fastgpt-minio - S3_ENDPOINT=fastgpt-minio
- S3_PORT=9000 - S3_PORT=9000
- S3_USE_SSL=false - S3_USE_SSL=false
......
...@@ -177,7 +177,7 @@ services: ...@@ -177,7 +177,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.2 # git image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.3 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -227,13 +227,13 @@ services: ...@@ -227,13 +227,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.3
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.3
networks: networks:
- fastgpt - fastgpt
ports: ports:
...@@ -242,7 +242,7 @@ services: ...@@ -242,7 +242,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.3
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:
......
...@@ -154,7 +154,7 @@ services: ...@@ -154,7 +154,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.2 # git image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.3 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -204,13 +204,13 @@ services: ...@@ -204,13 +204,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.3
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.3
networks: networks:
- fastgpt - fastgpt
ports: ports:
...@@ -219,7 +219,7 @@ services: ...@@ -219,7 +219,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.3
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:
......
...@@ -135,7 +135,7 @@ services: ...@@ -135,7 +135,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.2 # git image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.3 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -185,13 +185,13 @@ services: ...@@ -185,13 +185,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.3
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.3
networks: networks:
- fastgpt - fastgpt
ports: ports:
...@@ -200,7 +200,7 @@ services: ...@@ -200,7 +200,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.3
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:
......
...@@ -118,7 +118,7 @@ services: ...@@ -118,7 +118,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.2 # git image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.3 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -168,13 +168,13 @@ services: ...@@ -168,13 +168,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.3
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.3
networks: networks:
- fastgpt - fastgpt
ports: ports:
...@@ -183,7 +183,7 @@ services: ...@@ -183,7 +183,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.2 image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.3.3
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:
......
...@@ -177,7 +177,7 @@ services: ...@@ -177,7 +177,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.2 # git image: ghcr.io/labring/fastgpt:v4.14.3 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -227,13 +227,13 @@ services: ...@@ -227,13 +227,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.2 image: ghcr.io/labring/fastgpt-sandbox:v4.14.3
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.2 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.3
networks: networks:
- fastgpt - fastgpt
ports: ports:
...@@ -242,7 +242,7 @@ services: ...@@ -242,7 +242,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.3.2 image: ghcr.io/labring/fastgpt-plugin:v0.3.3
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:
......
...@@ -154,7 +154,7 @@ services: ...@@ -154,7 +154,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.2 # git image: ghcr.io/labring/fastgpt:v4.14.3 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -204,13 +204,13 @@ services: ...@@ -204,13 +204,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.2 image: ghcr.io/labring/fastgpt-sandbox:v4.14.3
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.2 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.3
networks: networks:
- fastgpt - fastgpt
ports: ports:
...@@ -219,7 +219,7 @@ services: ...@@ -219,7 +219,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.3.2 image: ghcr.io/labring/fastgpt-plugin:v0.3.3
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:
......
...@@ -135,7 +135,7 @@ services: ...@@ -135,7 +135,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.2 # git image: ghcr.io/labring/fastgpt:v4.14.3 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -185,13 +185,13 @@ services: ...@@ -185,13 +185,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.2 image: ghcr.io/labring/fastgpt-sandbox:v4.14.3
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.2 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.3
networks: networks:
- fastgpt - fastgpt
ports: ports:
...@@ -200,7 +200,7 @@ services: ...@@ -200,7 +200,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.3.2 image: ghcr.io/labring/fastgpt-plugin:v0.3.3
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:
......
...@@ -118,7 +118,7 @@ services: ...@@ -118,7 +118,7 @@ services:
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.2 # git image: ghcr.io/labring/fastgpt:v4.14.3 # git
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -168,13 +168,13 @@ services: ...@@ -168,13 +168,13 @@ services:
- ./config.json:/app/data/config.json - ./config.json:/app/data/config.json
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.2 image: ghcr.io/labring/fastgpt-sandbox:v4.14.3
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt-mcp-server: fastgpt-mcp-server:
container_name: fastgpt-mcp-server container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.2 image: ghcr.io/labring/fastgpt-mcp_server:v4.14.3
networks: networks:
- fastgpt - fastgpt
ports: ports:
...@@ -183,7 +183,7 @@ services: ...@@ -183,7 +183,7 @@ services:
environment: environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000 - FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin: fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.3.2 image: ghcr.io/labring/fastgpt-plugin:v0.3.3
container_name: fastgpt-plugin container_name: fastgpt-plugin
restart: always restart: always
networks: networks:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment