mirror of https://github.com/langgenius/dify.git
fix(dev): rely on compose profiles from middleware env
This commit is contained in:
parent
741c2dda6d
commit
4ff58cf309
|
|
@ -5,4 +5,4 @@ SCRIPT_DIR="$(dirname "$(realpath "$0")")"
|
|||
ROOT="$(dirname "$SCRIPT_DIR")"
|
||||
|
||||
cd "$ROOT/docker"
|
||||
docker compose --env-file middleware.env -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