Milvus Standalone with Embedded Etcd
Run Milvus in standalone mode with embedded etcd using Docker Compose.
Start the service
docker compose up -d
Start the Attu dashboard:
docker compose --profile attu up -d
Services
milvus-standalone-embed: The Milvus standalone service with embedded etcd.attu: The web-based management tool for Milvus.
Configuration
MILVUS_VERSION: The version of the Milvus image, default isv2.6.2.ATTU_VERSION: The version of the Attu image, default isv2.6.0.MILVUS_PORT_OVERRIDE_HTTP: The host port for the Milvus HTTP service, default is19530.MILVUS_PORT_OVERRIDE_WEBUI: The host port for the Milvus Web UI, default is9091.MILVUS_PORT_OVERRIDE_ETCD: The host port for the etcd service, default is2379.ATTU_OVERRIDE_PORT: The host port for the Attu service, default is8000.MILVUS_URL: The address of the Milvus service for Attu to connect to, default ismilvus-standalone-embed:19530.
Volumes
milvus_data: A volume for storing Milvus and embedded etcd data.embed_etcd.yaml: The configuration file for the embedded etcd.user.yaml: The user configuration file for Milvus.