feat: update new-api 0.11.9-allinone

This commit is contained in:
arch3rPro
2026-04-01 05:32:14 +08:00
parent 18bd2aaf75
commit bd56602dd3
3 changed files with 8 additions and 3 deletions

View File

@@ -582,7 +582,7 @@ AI驱动的开源代码知识库与文档协作平台支持多模型、多数
🍥 新一代大模型网关与AI资产管理系统支持多种模型统一调用 🍥 新一代大模型网关与AI资产管理系统支持多种模型统一调用
<kbd>0.11.8</kbd> • [官网链接](https://docs.newapi.pro/) <kbd>0.11.9-allinone</kbd> • [官网链接](https://docs.newapi.pro/)
</td> </td>
<td width="33%" align="center"> <td width="33%" align="center">

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