mirror of
https://github.com/langgenius/dify.git
synced 2026-04-14 07:56:31 +08:00
fix(dev): load middleware env in start-docker-compose (#33927)
This commit is contained in:
parent
2c2cc72150
commit
01c857a67a
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user