mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-14 16:07:13 +08:00
Compare commits
4 Commits
6245215f1a
...
833e3cbfd8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
833e3cbfd8 | ||
|
|
eee6a147ea | ||
|
|
6d4fdcceb5 | ||
|
|
9a1522fdb4 |
@@ -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">
|
||||
|
||||
@@ -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:
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user