dify启动修改

This commit is contained in:
2025-11-24 18:18:59 +08:00
parent e89ca29f08
commit c1b1c24310

View File

@@ -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.