mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-06-13 10:48:18 +08:00
Compare commits
2 Commits
e07e6ac8e9
...
26e7a985ff
| Author | SHA1 | Date | |
|---|---|---|---|
| 26e7a985ff | |||
| edc8efcdce |
@@ -455,7 +455,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
|
|||||||
|
|
||||||
🌐 简单安全去中心化的内网穿透 VPN 组网方案
|
🌐 简单安全去中心化的内网穿透 VPN 组网方案
|
||||||
|
|
||||||
<kbd>2.6.3</kbd> • [官网链接](https://github.com/EasyTier/Easytier)
|
<kbd>2.6.4</kbd> • [官网链接](https://github.com/EasyTier/Easytier)
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
<td width="33%" align="center">
|
<td width="33%" align="center">
|
||||||
@@ -553,7 +553,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
|
|||||||
|
|
||||||
🤖 开源LLM应用开发平台,支持AI工作流和RAG管道
|
🤖 开源LLM应用开发平台,支持AI工作流和RAG管道
|
||||||
|
|
||||||
<kbd>1.14.0</kbd> • [官网链接](https://github.com/langgenius/dify)
|
<kbd>1.14.1</kbd> • [官网链接](https://github.com/langgenius/dify)
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
<td width="33%" align="center">
|
<td width="33%" align="center">
|
||||||
|
|||||||
@@ -510,7 +510,7 @@ x-shared-env:
|
|||||||
QUEUE_MONITOR_INTERVAL: ${QUEUE_MONITOR_INTERVAL:-30}
|
QUEUE_MONITOR_INTERVAL: ${QUEUE_MONITOR_INTERVAL:-30}
|
||||||
services:
|
services:
|
||||||
api:
|
api:
|
||||||
image: langgenius/dify-api:1.14.0
|
image: langgenius/dify-api:1.14.1
|
||||||
env_file:
|
env_file:
|
||||||
- dify.env
|
- dify.env
|
||||||
restart: always
|
restart: always
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
easytier:
|
easytier:
|
||||||
image: easytier/easytier:v2.6.3
|
image: easytier/easytier:v2.6.4
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
network_mode: host
|
network_mode: host
|
||||||
Reference in New Issue
Block a user