|
|
@@ -4,7 +4,7 @@ services:
|
|
|
image: postgres:15-alpine
|
|
|
restart: always
|
|
|
env_file:
|
|
|
- - ./.env
|
|
|
+ - ./middleware.env
|
|
|
environment:
|
|
|
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-difyai123456}
|
|
|
POSTGRES_DB: ${POSTGRES_DB:-dify}
|
|
|
@@ -99,7 +99,7 @@ services:
|
|
|
# Mount the Weaviate data directory to the container.
|
|
|
- ${WEAVIATE_HOST_VOLUME:-./volumes/weaviate}:/var/lib/weaviate
|
|
|
env_file:
|
|
|
- - ./.env
|
|
|
+ - ./middleware.env
|
|
|
environment:
|
|
|
# The Weaviate configurations
|
|
|
# You can refer to the [Weaviate](https://weaviate.io/developers/weaviate/config-refs/env-vars) documentation for more information.
|
|
|
@@ -120,4 +120,4 @@ networks:
|
|
|
# create a network between sandbox, api and ssrf_proxy, and can not access outside.
|
|
|
ssrf_proxy_network:
|
|
|
driver: bridge
|
|
|
- internal: true
|
|
|
+ internal: true
|