Compare commits

...

4 Commits

Author SHA1 Message Date
arch3rPro 833e3cbfd8 feat: update Searxng 2026.3.23-2c1ce3bd3 2026-03-23 22:22:14 +08:00
arch3rPro eee6a147ea feat: update docker-compose.yml 2026-03-23 22:15:34 +08:00
arch3rPro 6d4fdcceb5 feat: update prompt-optimizer 2.6.3 2026-03-23 21:32:12 +08:00
arch3rPro 9a1522fdb4 feat: update flowise 3.1.1 2026-03-23 21:24:13 +08:00
10 changed files with 9 additions and 8 deletions
+2 -2
View File
@@ -498,7 +498,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
🚀 强大的AI提示词优化工具,支持多种主流大语言模型 🚀 强大的AI提示词优化工具,支持多种主流大语言模型
<kbd>2.6.2</kbd> • [官网链接](https://github.com/arch3rPro/Prompt-Optimizer) <kbd>2.6.3</kbd> • [官网链接](https://github.com/arch3rPro/Prompt-Optimizer)
</td> </td>
</tr> </tr>
@@ -556,7 +556,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
🔮 开源可视化AI工作流构建平台,拖拽式设计LLM应用 🔮 开源可视化AI工作流构建平台,拖拽式设计LLM应用
<kbd>3.1.0</kbd> • [官网链接](https://github.com/FlowiseAI/Flowise) <kbd>3.1.1</kbd> • [官网链接](https://github.com/FlowiseAI/Flowise)
</td> </td>
<td width="33%" align="center"> <td width="33%" align="center">
@@ -1,6 +1,6 @@
services: services:
flowise: flowise:
image: flowiseai/flowise:3.1.0 image: flowiseai/flowise:3.1.1
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
restart: always restart: always
networks: networks:
@@ -44,10 +44,11 @@ services:
networks: networks:
- 1panel-network - 1panel-network
healthcheck: healthcheck:
test: ["CMD", "mysqladmin", "ping", "-h", "localhost", "-u", "root", "-p${PANEL_DB_ROOT_PASSWORD}"] test: ["CMD", "mysqladmin", "ping", "-h", "localhost"]
interval: 10s interval: 5s
timeout: 5s timeout: 5s
retries: 5 retries: 10
start_period: 30s
redis: redis:
image: redis:latest image: redis:latest
container_name: ${CONTAINER_NAME}-redis container_name: ${CONTAINER_NAME}-redis
@@ -1,6 +1,6 @@
services: services:
prompt-optimizer: prompt-optimizer:
image: linshen/prompt-optimizer:2.6.2 image: linshen/prompt-optimizer:2.6.3
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
restart: unless-stopped restart: unless-stopped
ports: ports:
@@ -10,7 +10,7 @@ services:
- "${DATA_PATH}:/etc/searxng" - "${DATA_PATH}:/etc/searxng"
environment: environment:
- BASE_URL=${SEARXNG_EXTERNAL_URL} - BASE_URL=${SEARXNG_EXTERNAL_URL}
image: searxng/searxng:2025.12.3-1f6ea4127 image: searxng/searxng:2026.3.23-2c1ce3bd3
labels: labels:
createdBy: "Apps" createdBy: "Apps"