From c1b1c243108881ce8e7b51397cd0c40d0c513471 Mon Sep 17 00:00:00 2001 From: wangys <3401275564@qq.com> Date: Mon, 24 Nov 2025 18:18:59 +0800 Subject: [PATCH] =?UTF-8?q?dify=E5=90=AF=E5=8A=A8=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/dify/docker-compose.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/dify/docker-compose.yaml b/docker/dify/docker-compose.yaml index bc33df9..932f6c6 100644 --- a/docker/dify/docker-compose.yaml +++ b/docker/dify/docker-compose.yaml @@ -768,8 +768,8 @@ services: # The PostgreSQL database. db_postgres: image: postgres:15-alpine - profiles: - - postgresql + # profiles: # 避免分部启动时意外启动 + # - postgresql restart: always environment: POSTGRES_USER: ${POSTGRES_USER:-postgres} @@ -1039,8 +1039,8 @@ services: # The Weaviate vector store. weaviate: image: semitechnologies/weaviate:1.27.0 - profiles: - - weaviate + # profiles: #避免分部启动 + # - weaviate restart: always volumes: # Mount the Weaviate data directory to the con tainer.