mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-06-10 00:19:38 +08:00
feat: update playwright-mcp 0.0.75
This commit is contained in:
@@ -967,7 +967,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
|
||||
|
||||
🎭 提供浏览器自动化功能的 MCP 服务器
|
||||
|
||||
<kbd>1.60.0-noble</kbd> • [官网链接](https://github.com/microsoft/playwright-mcp)
|
||||
<kbd>0.0.75</kbd> • [官网链接](https://github.com/microsoft/playwright-mcp)
|
||||
|
||||
</td>
|
||||
<td width="33%" align="center">
|
||||
|
||||
+3
-4
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
playwright-mcp:
|
||||
image: mcr.microsoft.com/playwright/mcp:v0.0.36
|
||||
image: mcr.microsoft.com/playwright/mcp:v0.0.75
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
@@ -20,14 +20,13 @@ services:
|
||||
- USER_AGENT=${USER_AGENT}
|
||||
command: ["--port", "8931", "--host", "0.0.0.0"]
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8931/mcp"]
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8931/mcp"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
start_period: 60s
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
external: true
|
||||
Reference in New Issue
Block a user