feat: add milvus-standalone-embed/
This commit is contained in:
13
src/milvus-standalone-embed/README.md
Normal file
13
src/milvus-standalone-embed/README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user