feat: update mcphub 1.0.7

This commit is contained in:
arch3rPro
2026-05-29 03:36:25 +08:00
parent 8486c8a545
commit edd4fb9ce1
4 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -950,7 +950,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
🔌 MCP 服务器统一管理中心 🔌 MCP 服务器统一管理中心
<kbd>1.0.5</kbd> • [官网链接](https://docs.mcphub.app) <kbd>1.0.7</kbd> • [官网链接](https://docs.mcphub.app)
</td> </td>
</tr> </tr>
@@ -18,10 +18,9 @@ services:
depends_on: depends_on:
postgres: postgres:
condition: service_healthy condition: service_healthy
image: samanhappy/mcphub:1.0.5 image: samanhappy/mcphub:1.0.7
labels: labels:
createdBy: "Apps" createdBy: "Apps"
postgres: postgres:
image: pgvector/pgvector:pg17 image: pgvector/pgvector:pg17
container_name: ${CONTAINER_NAME}-pg container_name: ${CONTAINER_NAME}-pg
@@ -43,7 +42,6 @@ services:
start_period: 30s start_period: 30s
labels: labels:
createdBy: "Apps" createdBy: "Apps"
networks: networks:
1panel-network: 1panel-network:
external: true external: true