|
10 months ago | |
---|---|---|
.. | ||
nginx | 10 months ago | |
ssrf_proxy | 10 months ago | |
startupscripts | 10 months ago | |
volumes | 10 months ago | |
.env.example | 10 months ago | |
.gitignore | 10 months ago | |
README.md | 10 months ago | |
docker-compose.middleware.yaml | 10 months ago | |
docker-compose.png | 1 year ago | |
docker-compose.yaml | 10 months ago | |
middleware.env.example | 10 months ago |
Welcome to the new docker
directory for deploying Dify using Docker Compose. This README outlines the updates, deployment instructions, and migration details for existing users.
.env
file, ensuring that your configurations persist across deployments.docker-compose.yaml
. You can switch between different vector databases by setting the VECTOR_STORE
environment variable in your .env
file..env
file is now required to run docker compose up
. This file is crucial for configuring your deployment and for any custom settings to persist through upgrades.docker-legacy
directory and will no longer be maintained.docker-compose.yaml
docker
directory..env.example
file to a new file named .env
by running cp .env.example .env
..env
file as needed. Refer to the .env.example
file for detailed configuration options.docker compose up
from the docker
directory to start the services.VECTOR_store
variable in your .env
file to your desired vector database service, such as milvus
, weaviate
, or opensearch
.docker-compose.middleware.yaml
for setting up essential middleware services like databases and caches.docker
directory.middleware.env
file is created by running cp middleware.env.example middleware.env
(refer to the middleware.env.example
file).docker-compose -f docker-compose.middleware.yaml up -d
to start the middleware services.For users migrating from the docker-legacy
setup:
.env
configuration and Docker Compose setup.docker-compose.yaml
, ssrf_proxy/squid.conf
, or nginx/conf.d/default.conf
, you will need to reflect these changes in the .env
file you create..env.example
file and the Docker Compose configuration files in the docker
directory.This README aims to guide you through the deployment process using the new Docker Compose setup. For any issues or further assistance, please refer to the official documentation or contact support.