|
|
1 год назад | |
|---|---|---|
| .. | ||
| nginx | 1 год назад | |
| ssrf_proxy | 1 год назад | |
| startupscripts | 1 год назад | |
| volumes | 1 год назад | |
| .env.example | 1 год назад | |
| .gitignore | 1 год назад | |
| README.md | 1 год назад | |
| docker-compose.middleware.yaml | 1 год назад | |
| docker-compose.png | 2 лет назад | |
| docker-compose.yaml | 1 год назад | |
| middleware.env.example | 1 год назад | |
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.yamldocker 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.