This commit is contained in:
arch3rPro
2025-08-01 11:12:21 +08:00
95 changed files with 19 additions and 20 deletions

View File

@@ -428,7 +428,7 @@ AI驱动的开源代码知识库与文档协作平台支持多模型、多数
🤖 开源LLM应用开发平台支持AI工作流和RAG管道
<kbd>1.6.0</kbd> • [官网链接](https://github.com/langgenius/dify)
<kbd>1.7.1</kbd> • [官网链接](https://github.com/langgenius/dify)
</td>
<td width="33%" align="center">

View File

@@ -1,6 +1,6 @@
services:
ani-rss:
image: wushuo894/ani-rss:v2.0.34
image: wushuo894/ani-rss:v2.0.36
container_name: ani-rss
restart: always
environment:

View File

@@ -512,7 +512,7 @@ x-shared-env: &shared-api-worker-env
services:
# API service
api:
image: langgenius/dify-api:1.7.0
image: langgenius/dify-api:1.7.1
env_file:
- dify.env
restart: always
@@ -543,7 +543,7 @@ services:
# worker service
# The Celery worker for processing the queue.
worker:
image: langgenius/dify-api:1.7.0
image: langgenius/dify-api:1.7.1
env_file:
- dify.env
restart: always
@@ -571,7 +571,7 @@ services:
# Frontend web application.
web:
image: langgenius/dify-web:1.7.0
image: langgenius/dify-web:1.7.1
container_name: ${CONTAINER_NAME}
env_file:
- dify.env

View File

@@ -3,17 +3,17 @@ services:
container_name: ${CONTAINER_NAME}
restart: always
ports:
- "${PANEL_APP_PORT_HTTP}:3000"
- ${PANEL_APP_PORT_HTTP}:3000
volumes:
- docmost:/app/data/storage
environment:
APP_URL: "http://localhost:3000"
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.21.0
APP_URL: http://localhost:3000
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.22.0
labels:
createdBy: "Apps"
createdBy: Apps
depends_on:
- db
- redis
@@ -26,13 +26,12 @@ services:
restart: always
volumes:
- db_data:/var/lib/postgresql/data
redis:
image: redis:7.2-alpine
restart: always
volumes:
- redis_data:/data
volumes:
docmost:
db_data:
redis_data:
docmost: null
db_data: null
redis_data: null

View File

@@ -1,6 +1,6 @@
services:
npc:
image: duan2001/npc:v0.29.38
image: duan2001/npc:v0.30.2
restart: always
network_mode: host
command: -server=${NPS_SERVER_ADDR} -vkey=${NPS_VKEY}

View File

@@ -1,6 +1,6 @@
services:
nps:
image: duan2001/nps:v0.29.38
image: duan2001/nps:v0.30.2
container_name: ${CONTAINER_NAME}
ports:
- ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}

View File

Before

Width:  |  Height:  |  Size: 389 B

After

Width:  |  Height:  |  Size: 389 B

View File

Before

Width:  |  Height:  |  Size: 503 B

After

Width:  |  Height:  |  Size: 503 B

View File

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

Before

Width:  |  Height:  |  Size: 829 KiB

After

Width:  |  Height:  |  Size: 829 KiB

View File

Before

Width:  |  Height:  |  Size: 106 KiB

After

Width:  |  Height:  |  Size: 106 KiB