Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ai_agent_test/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ services:
restart: unless-stopped

milvus:
image: milvusdb/milvus:v2.5.10
image: milvusdb/milvus:v2.6.17
container_name: ai_agent_test_milvus
command: ["milvus", "run", "standalone"]
ports:
Expand Down
2 changes: 1 addition & 1 deletion ai_agent_test/docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ services:
memory: 256M

milvus:
image: milvusdb/milvus:v2.5.10
image: milvusdb/milvus:v2.6.17
container_name: ai_agent_test_milvus
command: ["milvus", "run", "standalone"]
# NO external ports - only accessible within backend-internal network
Expand Down
2 changes: 1 addition & 1 deletion ai_agent_test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ services:
restart: unless-stopped

milvus:
image: milvusdb/milvus:v2.5.10
image: milvusdb/milvus:v2.6.17
container_name: ai_agent_test_milvus
command: ["milvus", "run", "standalone"]
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ services:
restart: unless-stopped

milvus:
image: milvusdb/milvus:v2.5.10
image: milvusdb/milvus:v2.6.17
container_name: {{ cookiecutter.project_slug }}_milvus
command: ["milvus", "run", "standalone"]
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ services:
memory: 256M

milvus:
image: milvusdb/milvus:v2.5.10
image: milvusdb/milvus:v2.6.17
container_name: {{ cookiecutter.project_slug }}_milvus
command: ["milvus", "run", "standalone"]
# NO external ports - only accessible within backend-internal network
Expand Down
2 changes: 1 addition & 1 deletion template/{{cookiecutter.project_slug}}/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ services:
restart: unless-stopped

milvus:
image: milvusdb/milvus:v2.5.10
image: milvusdb/milvus:v2.6.17
container_name: {{ cookiecutter.project_slug }}_milvus
command: ["milvus", "run", "standalone"]
ports:
Expand Down
Loading