Commit 4fbf8430 by Ryo Committed by GitHub

chore: bump deploy image tags for v4.14.12 (#6789)

parent e6584acf
{
"tags": {
"fastgpt": "v4.14.10.2",
"fastgpt-code-sandbox": "v4.14.10",
"fastgpt": "v4.14.12",
"fastgpt-code-sandbox": "v4.14.11",
"fastgpt-mcp_server": "v4.14.10",
"fastgpt-plugin": "v0.5.6",
"fastgpt-plugin": "v0.6.0",
"volume-manager": "v0.1",
"agent-sandbox-image": "v0.1",
"opensandbox-server": "v0.1.9",
"opensandbox-execd": "v1.0.7",
"opensandbox-egress": "v1.0.3",
"aiproxy": "v0.3.5",
"aiproxy": "v0.5.3",
"aiproxy-pg": "0.8.0-pg15",
"mongo": "5.0.32",
"redis": "7.2-alpine",
......
......@@ -174,7 +174,7 @@ services:
retries: 3
fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.10
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.11
ports:
- 3002:3000
networks:
......@@ -229,7 +229,7 @@ services:
environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.0
container_name: fastgpt-plugin
restart: always
ports:
......@@ -323,7 +323,7 @@ services:
# AI Proxy
fastgpt-aiproxy:
image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.5
image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.5.3
container_name: fastgpt-aiproxy
restart: unless-stopped
ports:
......
......@@ -174,7 +174,7 @@ services:
retries: 3
fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.10
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.11
ports:
- 3002:3000
networks:
......@@ -229,7 +229,7 @@ services:
environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.5.6
image: ghcr.io/labring/fastgpt-plugin:v0.6.0
container_name: fastgpt-plugin
restart: always
ports:
......@@ -323,7 +323,7 @@ services:
# AI Proxy
fastgpt-aiproxy:
image: ghcr.io/labring/aiproxy:v0.3.5
image: ghcr.io/labring/aiproxy:v0.5.3
container_name: fastgpt-aiproxy
restart: unless-stopped
ports:
......
......@@ -192,7 +192,7 @@ services:
fastgpt-app:
container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10.2
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12
ports:
- 3000:3000
networks:
......@@ -294,7 +294,7 @@ services:
- ./config.json:/app/data/config.json
fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.10
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.11
networks:
- codesandbox
restart: always
......@@ -353,7 +353,7 @@ services:
<<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.0
container_name: fastgpt-plugin
restart: always
networks:
......@@ -451,7 +451,7 @@ services:
# AI Proxy
fastgpt-aiproxy:
image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.5
image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.5.3
container_name: fastgpt-aiproxy
restart: unless-stopped
depends_on:
......
......@@ -170,7 +170,7 @@ services:
fastgpt-app:
container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10.2
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12
ports:
- 3000:3000
networks:
......@@ -272,7 +272,7 @@ services:
- ./config.json:/app/data/config.json
fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.10
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.11
networks:
- codesandbox
restart: always
......@@ -331,7 +331,7 @@ services:
<<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.0
container_name: fastgpt-plugin
restart: always
networks:
......@@ -429,7 +429,7 @@ services:
# AI Proxy
fastgpt-aiproxy:
image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.5
image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.5.3
container_name: fastgpt-aiproxy
restart: unless-stopped
depends_on:
......
......@@ -152,7 +152,7 @@ services:
fastgpt-app:
container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10.2
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12
ports:
- 3000:3000
networks:
......@@ -254,7 +254,7 @@ services:
- ./config.json:/app/data/config.json
fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.10
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.11
networks:
- codesandbox
restart: always
......@@ -313,7 +313,7 @@ services:
<<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.0
container_name: fastgpt-plugin
restart: always
networks:
......@@ -411,7 +411,7 @@ services:
# AI Proxy
fastgpt-aiproxy:
image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.5
image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.5.3
container_name: fastgpt-aiproxy
restart: unless-stopped
depends_on:
......
......@@ -151,7 +151,7 @@ services:
fastgpt-app:
container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10.2
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12
ports:
- 3000:3000
networks:
......@@ -253,7 +253,7 @@ services:
- ./config.json:/app/data/config.json
fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.10
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.11
networks:
- codesandbox
restart: always
......@@ -312,7 +312,7 @@ services:
<<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.0
container_name: fastgpt-plugin
restart: always
networks:
......@@ -410,7 +410,7 @@ services:
# AI Proxy
fastgpt-aiproxy:
image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.5
image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.5.3
container_name: fastgpt-aiproxy
restart: unless-stopped
depends_on:
......
......@@ -157,7 +157,7 @@ services:
fastgpt-app:
container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10.2
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12
ports:
- 3000:3000
networks:
......@@ -259,7 +259,7 @@ services:
- ./config.json:/app/data/config.json
fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.10
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.11
networks:
- codesandbox
restart: always
......@@ -318,7 +318,7 @@ services:
<<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.0
container_name: fastgpt-plugin
restart: always
networks:
......@@ -416,7 +416,7 @@ services:
# AI Proxy
fastgpt-aiproxy:
image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.5
image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.5.3
container_name: fastgpt-aiproxy
restart: unless-stopped
depends_on:
......
......@@ -134,7 +134,7 @@ services:
fastgpt-app:
container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10.2
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12
ports:
- 3000:3000
networks:
......@@ -236,7 +236,7 @@ services:
- ./config.json:/app/data/config.json
fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.10
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.11
networks:
- codesandbox
restart: always
......@@ -295,7 +295,7 @@ services:
<<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.0
container_name: fastgpt-plugin
restart: always
networks:
......@@ -393,7 +393,7 @@ services:
# AI Proxy
fastgpt-aiproxy:
image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.5
image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.5.3
container_name: fastgpt-aiproxy
restart: unless-stopped
depends_on:
......
......@@ -192,7 +192,7 @@ services:
fastgpt-app:
container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.14.10.2
image: ghcr.io/labring/fastgpt:v4.14.12
ports:
- 3000:3000
networks:
......@@ -294,7 +294,7 @@ services:
- ./config.json:/app/data/config.json
fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.10
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.11
networks:
- codesandbox
restart: always
......@@ -353,7 +353,7 @@ services:
<<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.5.6
image: ghcr.io/labring/fastgpt-plugin:v0.6.0
container_name: fastgpt-plugin
restart: always
networks:
......@@ -451,7 +451,7 @@ services:
# AI Proxy
fastgpt-aiproxy:
image: ghcr.io/labring/aiproxy:v0.3.5
image: ghcr.io/labring/aiproxy:v0.5.3
container_name: fastgpt-aiproxy
restart: unless-stopped
depends_on:
......
......@@ -170,7 +170,7 @@ services:
fastgpt-app:
container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.14.10.2
image: ghcr.io/labring/fastgpt:v4.14.12
ports:
- 3000:3000
networks:
......@@ -272,7 +272,7 @@ services:
- ./config.json:/app/data/config.json
fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.10
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.11
networks:
- codesandbox
restart: always
......@@ -331,7 +331,7 @@ services:
<<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.5.6
image: ghcr.io/labring/fastgpt-plugin:v0.6.0
container_name: fastgpt-plugin
restart: always
networks:
......@@ -429,7 +429,7 @@ services:
# AI Proxy
fastgpt-aiproxy:
image: ghcr.io/labring/aiproxy:v0.3.5
image: ghcr.io/labring/aiproxy:v0.5.3
container_name: fastgpt-aiproxy
restart: unless-stopped
depends_on:
......
......@@ -152,7 +152,7 @@ services:
fastgpt-app:
container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.14.10.2
image: ghcr.io/labring/fastgpt:v4.14.12
ports:
- 3000:3000
networks:
......@@ -254,7 +254,7 @@ services:
- ./config.json:/app/data/config.json
fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.10
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.11
networks:
- codesandbox
restart: always
......@@ -313,7 +313,7 @@ services:
<<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.5.6
image: ghcr.io/labring/fastgpt-plugin:v0.6.0
container_name: fastgpt-plugin
restart: always
networks:
......@@ -411,7 +411,7 @@ services:
# AI Proxy
fastgpt-aiproxy:
image: ghcr.io/labring/aiproxy:v0.3.5
image: ghcr.io/labring/aiproxy:v0.5.3
container_name: fastgpt-aiproxy
restart: unless-stopped
depends_on:
......
......@@ -151,7 +151,7 @@ services:
fastgpt-app:
container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.14.10.2
image: ghcr.io/labring/fastgpt:v4.14.12
ports:
- 3000:3000
networks:
......@@ -253,7 +253,7 @@ services:
- ./config.json:/app/data/config.json
fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.10
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.11
networks:
- codesandbox
restart: always
......@@ -312,7 +312,7 @@ services:
<<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.5.6
image: ghcr.io/labring/fastgpt-plugin:v0.6.0
container_name: fastgpt-plugin
restart: always
networks:
......@@ -410,7 +410,7 @@ services:
# AI Proxy
fastgpt-aiproxy:
image: ghcr.io/labring/aiproxy:v0.3.5
image: ghcr.io/labring/aiproxy:v0.5.3
container_name: fastgpt-aiproxy
restart: unless-stopped
depends_on:
......
......@@ -157,7 +157,7 @@ services:
fastgpt-app:
container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.14.10.2
image: ghcr.io/labring/fastgpt:v4.14.12
ports:
- 3000:3000
networks:
......@@ -259,7 +259,7 @@ services:
- ./config.json:/app/data/config.json
fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.10
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.11
networks:
- codesandbox
restart: always
......@@ -318,7 +318,7 @@ services:
<<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.5.6
image: ghcr.io/labring/fastgpt-plugin:v0.6.0
container_name: fastgpt-plugin
restart: always
networks:
......@@ -416,7 +416,7 @@ services:
# AI Proxy
fastgpt-aiproxy:
image: ghcr.io/labring/aiproxy:v0.3.5
image: ghcr.io/labring/aiproxy:v0.5.3
container_name: fastgpt-aiproxy
restart: unless-stopped
depends_on:
......
......@@ -134,7 +134,7 @@ services:
fastgpt-app:
container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.14.10.2
image: ghcr.io/labring/fastgpt:v4.14.12
ports:
- 3000:3000
networks:
......@@ -236,7 +236,7 @@ services:
- ./config.json:/app/data/config.json
fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.10
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.11
networks:
- codesandbox
restart: always
......@@ -295,7 +295,7 @@ services:
<<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.5.6
image: ghcr.io/labring/fastgpt-plugin:v0.6.0
container_name: fastgpt-plugin
restart: always
networks:
......@@ -393,7 +393,7 @@ services:
# AI Proxy
fastgpt-aiproxy:
image: ghcr.io/labring/aiproxy:v0.3.5
image: ghcr.io/labring/aiproxy:v0.5.3
container_name: fastgpt-aiproxy
restart: unless-stopped
depends_on:
......
......@@ -21,7 +21,7 @@ version: 0.1.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v4.6.6"
appVersion: "v4.14.12"
dependencies:
- name: mongodb
......
......@@ -192,7 +192,7 @@ services:
fastgpt-app:
container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10.2
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12
ports:
- 3000:3000
networks:
......@@ -294,7 +294,7 @@ services:
- ./config.json:/app/data/config.json
fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.10
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.11
networks:
- codesandbox
restart: always
......@@ -353,7 +353,7 @@ services:
<<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.0
container_name: fastgpt-plugin
restart: always
networks:
......@@ -451,7 +451,7 @@ services:
# AI Proxy
fastgpt-aiproxy:
image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.5
image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.5.3
container_name: fastgpt-aiproxy
restart: unless-stopped
depends_on:
......
......@@ -170,7 +170,7 @@ services:
fastgpt-app:
container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10.2
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12
ports:
- 3000:3000
networks:
......@@ -272,7 +272,7 @@ services:
- ./config.json:/app/data/config.json
fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.10
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.11
networks:
- codesandbox
restart: always
......@@ -331,7 +331,7 @@ services:
<<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.0
container_name: fastgpt-plugin
restart: always
networks:
......@@ -429,7 +429,7 @@ services:
# AI Proxy
fastgpt-aiproxy:
image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.5
image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.5.3
container_name: fastgpt-aiproxy
restart: unless-stopped
depends_on:
......
......@@ -152,7 +152,7 @@ services:
fastgpt-app:
container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10.2
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12
ports:
- 3000:3000
networks:
......@@ -254,7 +254,7 @@ services:
- ./config.json:/app/data/config.json
fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.10
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.11
networks:
- codesandbox
restart: always
......@@ -313,7 +313,7 @@ services:
<<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.0
container_name: fastgpt-plugin
restart: always
networks:
......@@ -411,7 +411,7 @@ services:
# AI Proxy
fastgpt-aiproxy:
image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.5
image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.5.3
container_name: fastgpt-aiproxy
restart: unless-stopped
depends_on:
......
......@@ -151,7 +151,7 @@ services:
fastgpt-app:
container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10.2
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12
ports:
- 3000:3000
networks:
......@@ -253,7 +253,7 @@ services:
- ./config.json:/app/data/config.json
fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.10
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.11
networks:
- codesandbox
restart: always
......@@ -312,7 +312,7 @@ services:
<<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.0
container_name: fastgpt-plugin
restart: always
networks:
......@@ -410,7 +410,7 @@ services:
# AI Proxy
fastgpt-aiproxy:
image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.5
image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.5.3
container_name: fastgpt-aiproxy
restart: unless-stopped
depends_on:
......
......@@ -157,7 +157,7 @@ services:
fastgpt-app:
container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10.2
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12
ports:
- 3000:3000
networks:
......@@ -259,7 +259,7 @@ services:
- ./config.json:/app/data/config.json
fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.10
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.11
networks:
- codesandbox
restart: always
......@@ -318,7 +318,7 @@ services:
<<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.0
container_name: fastgpt-plugin
restart: always
networks:
......@@ -416,7 +416,7 @@ services:
# AI Proxy
fastgpt-aiproxy:
image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.5
image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.5.3
container_name: fastgpt-aiproxy
restart: unless-stopped
depends_on:
......
......@@ -134,7 +134,7 @@ services:
fastgpt-app:
container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10.2
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12
ports:
- 3000:3000
networks:
......@@ -236,7 +236,7 @@ services:
- ./config.json:/app/data/config.json
fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.10
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.11
networks:
- codesandbox
restart: always
......@@ -295,7 +295,7 @@ services:
<<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.0
container_name: fastgpt-plugin
restart: always
networks:
......@@ -393,7 +393,7 @@ services:
# AI Proxy
fastgpt-aiproxy:
image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.5
image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.5.3
container_name: fastgpt-aiproxy
restart: unless-stopped
depends_on:
......
......@@ -192,7 +192,7 @@ services:
fastgpt-app:
container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.14.10.2
image: ghcr.io/labring/fastgpt:v4.14.12
ports:
- 3000:3000
networks:
......@@ -294,7 +294,7 @@ services:
- ./config.json:/app/data/config.json
fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.10
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.11
networks:
- codesandbox
restart: always
......@@ -353,7 +353,7 @@ services:
<<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.5.6
image: ghcr.io/labring/fastgpt-plugin:v0.6.0
container_name: fastgpt-plugin
restart: always
networks:
......@@ -451,7 +451,7 @@ services:
# AI Proxy
fastgpt-aiproxy:
image: ghcr.io/labring/aiproxy:v0.3.5
image: ghcr.io/labring/aiproxy:v0.5.3
container_name: fastgpt-aiproxy
restart: unless-stopped
depends_on:
......
......@@ -170,7 +170,7 @@ services:
fastgpt-app:
container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.14.10.2
image: ghcr.io/labring/fastgpt:v4.14.12
ports:
- 3000:3000
networks:
......@@ -272,7 +272,7 @@ services:
- ./config.json:/app/data/config.json
fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.10
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.11
networks:
- codesandbox
restart: always
......@@ -331,7 +331,7 @@ services:
<<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.5.6
image: ghcr.io/labring/fastgpt-plugin:v0.6.0
container_name: fastgpt-plugin
restart: always
networks:
......@@ -429,7 +429,7 @@ services:
# AI Proxy
fastgpt-aiproxy:
image: ghcr.io/labring/aiproxy:v0.3.5
image: ghcr.io/labring/aiproxy:v0.5.3
container_name: fastgpt-aiproxy
restart: unless-stopped
depends_on:
......
......@@ -152,7 +152,7 @@ services:
fastgpt-app:
container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.14.10.2
image: ghcr.io/labring/fastgpt:v4.14.12
ports:
- 3000:3000
networks:
......@@ -254,7 +254,7 @@ services:
- ./config.json:/app/data/config.json
fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.10
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.11
networks:
- codesandbox
restart: always
......@@ -313,7 +313,7 @@ services:
<<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.5.6
image: ghcr.io/labring/fastgpt-plugin:v0.6.0
container_name: fastgpt-plugin
restart: always
networks:
......@@ -411,7 +411,7 @@ services:
# AI Proxy
fastgpt-aiproxy:
image: ghcr.io/labring/aiproxy:v0.3.5
image: ghcr.io/labring/aiproxy:v0.5.3
container_name: fastgpt-aiproxy
restart: unless-stopped
depends_on:
......
......@@ -151,7 +151,7 @@ services:
fastgpt-app:
container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.14.10.2
image: ghcr.io/labring/fastgpt:v4.14.12
ports:
- 3000:3000
networks:
......@@ -253,7 +253,7 @@ services:
- ./config.json:/app/data/config.json
fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.10
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.11
networks:
- codesandbox
restart: always
......@@ -312,7 +312,7 @@ services:
<<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.5.6
image: ghcr.io/labring/fastgpt-plugin:v0.6.0
container_name: fastgpt-plugin
restart: always
networks:
......@@ -410,7 +410,7 @@ services:
# AI Proxy
fastgpt-aiproxy:
image: ghcr.io/labring/aiproxy:v0.3.5
image: ghcr.io/labring/aiproxy:v0.5.3
container_name: fastgpt-aiproxy
restart: unless-stopped
depends_on:
......
......@@ -157,7 +157,7 @@ services:
fastgpt-app:
container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.14.10.2
image: ghcr.io/labring/fastgpt:v4.14.12
ports:
- 3000:3000
networks:
......@@ -259,7 +259,7 @@ services:
- ./config.json:/app/data/config.json
fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.10
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.11
networks:
- codesandbox
restart: always
......@@ -318,7 +318,7 @@ services:
<<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.5.6
image: ghcr.io/labring/fastgpt-plugin:v0.6.0
container_name: fastgpt-plugin
restart: always
networks:
......@@ -416,7 +416,7 @@ services:
# AI Proxy
fastgpt-aiproxy:
image: ghcr.io/labring/aiproxy:v0.3.5
image: ghcr.io/labring/aiproxy:v0.5.3
container_name: fastgpt-aiproxy
restart: unless-stopped
depends_on:
......
......@@ -134,7 +134,7 @@ services:
fastgpt-app:
container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.14.10.2
image: ghcr.io/labring/fastgpt:v4.14.12
ports:
- 3000:3000
networks:
......@@ -236,7 +236,7 @@ services:
- ./config.json:/app/data/config.json
fastgpt-code-sandbox:
container_name: fastgpt-code-sandbox
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.10
image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.11
networks:
- codesandbox
restart: always
......@@ -295,7 +295,7 @@ services:
<<: [*x-log-config]
FASTGPT_ENDPOINT: http://fastgpt-app:3000
fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.5.6
image: ghcr.io/labring/fastgpt-plugin:v0.6.0
container_name: fastgpt-plugin
restart: always
networks:
......@@ -393,7 +393,7 @@ services:
# AI Proxy
fastgpt-aiproxy:
image: ghcr.io/labring/aiproxy:v0.3.5
image: ghcr.io/labring/aiproxy:v0.5.3
container_name: fastgpt-aiproxy
restart: unless-stopped
depends_on:
......
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