mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 11:11:12 +08:00
fix(dev): load middleware env in start-docker-compose (#33927)
This commit is contained in:
@@ -5,4 +5,4 @@ SCRIPT_DIR="$(dirname "$(realpath "$0")")"
|
|||||||
ROOT="$(dirname "$SCRIPT_DIR")"
|
ROOT="$(dirname "$SCRIPT_DIR")"
|
||||||
|
|
||||||
cd "$ROOT/docker"
|
cd "$ROOT/docker"
|
||||||
docker compose -f docker-compose.middleware.yaml --profile postgresql --profile weaviate -p dify up -d
|
docker compose --env-file middleware.env -f docker-compose.middleware.yaml -p dify up -d
|
||||||
|
|||||||
Reference in New Issue
Block a user