fix(dev): rely on compose profiles from middleware env

This commit is contained in:
Dominic 2026-03-23 16:50:03 +08:00
parent 741c2dda6d
commit 4ff58cf309
1 changed files with 1 additions and 1 deletions

View File

@ -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