feat: add milvus-standalone-embed/

This commit is contained in:
Sun-ZhenXing
2025-09-23 09:44:23 +08:00
parent b250573e72
commit 705129da04
4 changed files with 88 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# Milvus Standalone Embed
Run Milvus in standalone mode with embedded etcd using Docker Compose.
```bash
docker compose up -d
```
Start Attu dashboard:
```bash
docker compose --profile attu up -d
```