From 325cf9f64864edfcafef7998a285304eadcc287b Mon Sep 17 00:00:00 2001 From: wangys <3401275564@qq.com> Date: Thu, 27 Nov 2025 18:22:53 +0800 Subject: [PATCH] =?UTF-8?q?dify=20=20=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 de2e394..3e855d7 100644 --- a/docker/dify/docker-compose.yaml +++ b/docker/dify/docker-compose.yaml @@ -770,8 +770,8 @@ services: # The PostgreSQL database. db_postgres: image: postgres:15-alpine - profiles: - - postgresql + # profiles: + # - postgresql restart: always environment: POSTGRES_USER: ${POSTGRES_USER:-postgres} @@ -1041,8 +1041,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.