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

View File

@@ -498,7 +498,7 @@ 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>
</tr>
@@ -556,7 +556,7 @@ AI驱动的开源代码知识库与文档协作平台支持多模型、多数
🔮 开源可视化AI工作流构建平台拖拽式设计LLM应用
<kbd>3.1.0</kbd> • [官网链接](https://github.com/FlowiseAI/Flowise)
<kbd>3.1.1</kbd> • [官网链接](https://github.com/FlowiseAI/Flowise)
</td>
<td width="33%" align="center">

View File

@@ -1,6 +1,6 @@
services:
flowise:
image: flowiseai/flowise:3.1.0
image: flowiseai/flowise:3.1.1
container_name: ${CONTAINER_NAME}
restart: always
networks:

View File

@@ -44,10 +44,11 @@ services:
networks:
- 1panel-network
healthcheck:
test: ["CMD", "mysqladmin", "ping", "-h", "localhost", "-u", "root", "-p${PANEL_DB_ROOT_PASSWORD}"]
interval: 10s
test: ["CMD", "mysqladmin", "ping", "-h", "localhost"]
interval: 5s
timeout: 5s
retries: 5
retries: 10
start_period: 30s
redis:
image: redis:latest
container_name: ${CONTAINER_NAME}-redis

View File

@@ -1,6 +1,6 @@
services:
prompt-optimizer:
image: linshen/prompt-optimizer:2.6.2
image: linshen/prompt-optimizer:2.6.3
container_name: ${CONTAINER_NAME}
restart: unless-stopped
ports:

View File

@@ -10,7 +10,7 @@ services:
- "${DATA_PATH}:/etc/searxng"
environment:
- BASE_URL=${SEARXNG_EXTERNAL_URL}
image: searxng/searxng:2025.12.3-1f6ea4127
image: searxng/searxng:2026.3.23-2c1ce3bd3
labels:
createdBy: "Apps"