Compare commits

...

5 Commits

Author SHA1 Message Date
arch3rPro
e27d8ac57e feat: update new-api 0.11.9 2026-04-01 05:32:39 +08:00
arch3rPro
bd56602dd3 feat: update new-api 0.11.9-allinone 2026-04-01 05:32:14 +08:00
arch3rPro
18bd2aaf75 feat: update gpt4free 7.3.5-slim 2026-04-01 05:31:28 +08:00
arch3rPro
80f8395411 feat: update gpt4free 7.3.5 2026-04-01 05:31:15 +08:00
arch3rPro
a89b8a9dde feat: update docmost 0.71.0 2026-04-01 05:30:52 +08:00
17 changed files with 14 additions and 9 deletions

View File

@@ -246,7 +246,7 @@ docker run -d --name=nginx -p 80:80 nginx:latest
🚀 免费的GPT-4和其他大语言模型API接口 🚀 免费的GPT-4和其他大语言模型API接口
<kbd>7.3.4-slim</kbd> • [官网链接](https://github.com/xtekky/gpt4free) <kbd>7.3.5-slim</kbd> • [官网链接](https://github.com/xtekky/gpt4free)
</td> </td>
<td width="33%" align="center"> <td width="33%" align="center">
@@ -289,7 +289,7 @@ docker run -d --name=nginx -p 80:80 nginx:latest
轻量级文档管理系统,支持多人协作编辑与版本控制 轻量级文档管理系统,支持多人协作编辑与版本控制
<kbd>0.70.3</kbd> • [官网链接](https://github.com/docmost/docmost) <kbd>0.71.0</kbd> • [官网链接](https://github.com/docmost/docmost)
</td> </td>
<td width="33%" align="center"> <td width="33%" align="center">
@@ -582,7 +582,7 @@ AI驱动的开源代码知识库与文档协作平台支持多模型、多数
🍥 新一代大模型网关与AI资产管理系统支持多种模型统一调用 🍥 新一代大模型网关与AI资产管理系统支持多种模型统一调用
<kbd>0.11.8</kbd> • [官网链接](https://docs.newapi.pro/) <kbd>0.11.9</kbd> • [官网链接](https://docs.newapi.pro/)
</td> </td>
<td width="33%" align="center"> <td width="33%" align="center">

View File

@@ -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.70.3 image: docmost/docmost:0.71.0
labels: labels:
createdBy: Apps createdBy: Apps
depends_on: depends_on:

View File

@@ -1,6 +1,6 @@
services: services:
gpt4free: gpt4free:
image: hlohaus789/g4f:v7.3.4-slim image: hlohaus789/g4f:v7.3.5-slim
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
restart: always restart: always
networks: networks:

View File

@@ -1,6 +1,6 @@
services: services:
gpt4free: gpt4free:
image: hlohaus789/g4f:v7.3.4 image: hlohaus789/g4f:v7.3.5
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
restart: always restart: always
networks: networks:

View File

@@ -1,6 +1,6 @@
services: services:
new-api: new-api:
image: calciumion/new-api:v0.11.4 image: calciumion/new-api:v0.11.9
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
restart: always restart: always
ports: ports:
@@ -44,7 +44,12 @@ services:
networks: networks:
- 1panel-network - 1panel-network
healthcheck: healthcheck:
test: ["CMD", "mysqladmin", "ping", "-h", "localhost"] test:
- CMD
- mysqladmin
- ping
- -h
- localhost
interval: 5s interval: 5s
timeout: 5s timeout: 5s
retries: 10 retries: 10

View File

@@ -1,6 +1,6 @@
services: services:
new-api: new-api:
image: calciumion/new-api:v0.11.8 image: calciumion/new-api:v0.11.9
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
restart: always restart: always
ports: ports: