Compare commits

...

3 Commits

Author SHA1 Message Date
arch3rPro
b9eddadda4 feat: update qexo 4.1.1 2026-04-06 05:32:14 +08:00
arch3rPro
6fe13bd7bc feat: update docmost 0.71.1 2026-04-06 05:30:42 +08:00
arch3rPro
58593348cf feat: update beszel-agent 0.18.7 2026-04-06 05:30:17 +08:00
14 changed files with 6 additions and 6 deletions

View File

@@ -289,7 +289,7 @@ docker run -d --name=nginx -p 80:80 nginx:latest
轻量级文档管理系统,支持多人协作编辑与版本控制
<kbd>0.71.0</kbd> • [官网链接](https://github.com/docmost/docmost)
<kbd>0.71.1</kbd> • [官网链接](https://github.com/docmost/docmost)
</td>
<td width="33%" align="center">
@@ -313,7 +313,7 @@ docker run -d --name=nginx -p 80:80 nginx:latest
美观强大的在线静态博客管理器,支持多种平台
<kbd>4.0.1</kbd> • [官网链接](https://github.com/Qexo/Qexo)
<kbd>4.1.1</kbd> • [官网链接](https://github.com/Qexo/Qexo)
</td>
</tr>
@@ -996,7 +996,7 @@ AI驱动的开源代码知识库与文档协作平台支持多模型、多数
⚡ 轻量级服务器监控代理,支持实时性能数据收集
<kbd>0.18.6</kbd> • [官网链接](https://github.com/henrygd/beszel)
<kbd>0.18.7</kbd> • [官网链接](https://github.com/henrygd/beszel)
</td>
<td width="33%" align="center">

View File

@@ -1,6 +1,6 @@
services:
beszel-agent:
image: henrygd/beszel-agent:0.18.6
image: henrygd/beszel-agent:0.18.7
container_name: ${CONTAINER_NAME}
restart: always
network_mode: host

View File

@@ -11,7 +11,7 @@ services:
APP_SECRET: 52f235dee223c92a83a934ada13b83075c9855fe966b3cbf9dd86810e2b742ee
DATABASE_URL: postgresql://docmost:${PANEL_DB_USER_PASSWORD}@db:5432/docmost?schema=public
REDIS_URL: redis://redis:6379
image: docmost/docmost:0.71.0
image: docmost/docmost:0.71.1
labels:
createdBy: Apps
depends_on:

View File

@@ -15,7 +15,7 @@ services:
- TZ=Asia/Shanghai
- WORKERS=4
- THREADS=4
image: abudulin/qexo:4.0.1
image: abudulin/qexo:4.1.1
labels:
createdBy: Apps
volumes: