Commit 4fbf8430 by Ryo Committed by GitHub

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

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