mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-06-13 10:48:18 +08:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ed6546b479 | |||
| 4dbe06b157 |
@@ -289,7 +289,7 @@ docker run -d --name=nginx -p 80:80 nginx:latest
|
|||||||
|
|
||||||
轻量级文档管理系统,支持多人协作编辑与版本控制
|
轻量级文档管理系统,支持多人协作编辑与版本控制
|
||||||
|
|
||||||
<kbd>0.71.1</kbd> • [官网链接](https://github.com/docmost/docmost)
|
<kbd>0.80.0</kbd> • [官网链接](https://github.com/docmost/docmost)
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
<td width="33%" align="center">
|
<td width="33%" align="center">
|
||||||
@@ -746,7 +746,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
|
|||||||
|
|
||||||
🤖 AI驱动的图表创建工具
|
🤖 AI驱动的图表创建工具
|
||||||
|
|
||||||
<kbd>0.4.13</kbd> • [官网链接](https://next-ai-drawio.jiang.jp/)
|
<kbd>0.4.15</kbd> • [官网链接](https://next-ai-drawio.jiang.jp/)
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
<td width="33%" align="center">
|
<td width="33%" align="center">
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ services:
|
|||||||
APP_SECRET: 52f235dee223c92a83a934ada13b83075c9855fe966b3cbf9dd86810e2b742ee
|
APP_SECRET: 52f235dee223c92a83a934ada13b83075c9855fe966b3cbf9dd86810e2b742ee
|
||||||
DATABASE_URL: postgresql://docmost:${PANEL_DB_USER_PASSWORD}@db:5432/docmost?schema=public
|
DATABASE_URL: postgresql://docmost:${PANEL_DB_USER_PASSWORD}@db:5432/docmost?schema=public
|
||||||
REDIS_URL: redis://redis:6379
|
REDIS_URL: redis://redis:6379
|
||||||
image: docmost/docmost:0.71.1
|
image: docmost/docmost:0.80.0
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
depends_on:
|
depends_on:
|
||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
next-ai-draw-io:
|
next-ai-draw-io:
|
||||||
image: ghcr.io/dayuanjiang/next-ai-draw-io:0.4.13
|
image: ghcr.io/dayuanjiang/next-ai-draw-io:0.4.15
|
||||||
ports:
|
ports:
|
||||||
- ${PANEL_APP_PORT_HTTP}:3000
|
- ${PANEL_APP_PORT_HTTP}:3000
|
||||||
depends_on:
|
depends_on:
|
||||||
Reference in New Issue
Block a user