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