dify启动修改
This commit is contained in:
@@ -768,8 +768,8 @@ services:
|
|||||||
# The PostgreSQL database.
|
# The PostgreSQL database.
|
||||||
db_postgres:
|
db_postgres:
|
||||||
image: postgres:15-alpine
|
image: postgres:15-alpine
|
||||||
profiles:
|
# profiles: # 避免分部启动时意外启动
|
||||||
- postgresql
|
# - postgresql
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: ${POSTGRES_USER:-postgres}
|
POSTGRES_USER: ${POSTGRES_USER:-postgres}
|
||||||
@@ -1039,8 +1039,8 @@ services:
|
|||||||
# The Weaviate vector store.
|
# The Weaviate vector store.
|
||||||
weaviate:
|
weaviate:
|
||||||
image: semitechnologies/weaviate:1.27.0
|
image: semitechnologies/weaviate:1.27.0
|
||||||
profiles:
|
# profiles: #避免分部启动
|
||||||
- weaviate
|
# - weaviate
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
# Mount the Weaviate data directory to the con tainer.
|
# Mount the Weaviate data directory to the con tainer.
|
||||||
|
|||||||
Reference in New Issue
Block a user