mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-14 16:07:13 +08:00
Compare commits
5 Commits
5cf95e6c05
...
e27d8ac57e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e27d8ac57e | ||
|
|
bd56602dd3 | ||
|
|
18bd2aaf75 | ||
|
|
80f8395411 | ||
|
|
a89b8a9dde |
@@ -246,7 +246,7 @@ docker run -d --name=nginx -p 80:80 nginx:latest
|
||||
|
||||
🚀 免费的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 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 width="33%" align="center">
|
||||
@@ -582,7 +582,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
|
||||
|
||||
🍥 新一代大模型网关与AI资产管理系统,支持多种模型统一调用
|
||||
|
||||
<kbd>0.11.8</kbd> • [官网链接](https://docs.newapi.pro/)
|
||||
<kbd>0.11.9</kbd> • [官网链接](https://docs.newapi.pro/)
|
||||
|
||||
</td>
|
||||
<td width="33%" align="center">
|
||||
|
||||
@@ -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.70.3
|
||||
image: docmost/docmost:0.71.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
depends_on:
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
gpt4free:
|
||||
image: hlohaus789/g4f:v7.3.4-slim
|
||||
image: hlohaus789/g4f:v7.3.5-slim
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
gpt4free:
|
||||
image: hlohaus789/g4f:v7.3.4
|
||||
image: hlohaus789/g4f:v7.3.5
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
new-api:
|
||||
image: calciumion/new-api:v0.11.4
|
||||
image: calciumion/new-api:v0.11.9
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
ports:
|
||||
@@ -44,7 +44,12 @@ services:
|
||||
networks:
|
||||
- 1panel-network
|
||||
healthcheck:
|
||||
test: ["CMD", "mysqladmin", "ping", "-h", "localhost"]
|
||||
test:
|
||||
- CMD
|
||||
- mysqladmin
|
||||
- ping
|
||||
- -h
|
||||
- localhost
|
||||
interval: 5s
|
||||
timeout: 5s
|
||||
retries: 10
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
new-api:
|
||||
image: calciumion/new-api:v0.11.8
|
||||
image: calciumion/new-api:v0.11.9
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
ports:
|
||||
Reference in New Issue
Block a user