mirror of
https://git-proxy.hk.martin98.com/https://github.com/langgenius/dify.git
synced 2025-04-10 11:22:44 +08:00
[Documentation] Update README under docker folder for middleware components. (#17284)
This commit is contained in:
parent
bda06df668
commit
abaefe22bc
@ -36,7 +36,8 @@ Welcome to the new `docker` directory for deploying Dify using Docker Compose. T
|
||||
- Navigate to the `docker` directory.
|
||||
- Ensure the `middleware.env` file is created by running `cp middleware.env.example middleware.env` (refer to the `middleware.env.example` file).
|
||||
2. **Running Middleware Services**:
|
||||
- Execute `docker-compose -f docker-compose.middleware.yaml up --env-file middleware.env -d` to start the middleware services.
|
||||
- Navigate to the `docker` directory.
|
||||
- Execute `docker compose -f docker-compose.middleware.yaml --profile weaviate -p dify up -d` to start the middleware services. (Change the profile to other vector database if you are not using weaviate)
|
||||
|
||||
### Migration for Existing Users
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user