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管道 🤖 开源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>
<td width="33%" align="center"> <td width="33%" align="center">

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
services: services:
nps: nps:
image: duan2001/nps:v0.29.38 image: duan2001/nps:v0.30.2
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
ports: ports:
- ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP} - ${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