Skip to content

Commit

Permalink
new: update engine versions (#37)
Browse files Browse the repository at this point in the history
* new: update engine versions

* refactoring: remove redundant comment for redis
  • Loading branch information
joein authored Jan 27, 2023
1 parent d98309e commit d4dc925
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.5'

services:
es:
image: docker.elastic.co/elasticsearch/elasticsearch:8.5.2
image: docker.elastic.co/elasticsearch/elasticsearch:8.6.0
environment:
ELASTIC_PASSWORD: "passwd"
KIBANA_PASSWORD: "passwd"
Expand Down
2 changes: 1 addition & 1 deletion engine/servers/milvus-single-node/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:

standalone:
container_name: milvus-standalone
image: milvusdb/milvus:v2.2.0
image: milvusdb/milvus:v2.2.2
command: ["milvus", "run", "standalone"]
environment:
ETCD_ENDPOINTS: etcd:2379
Expand Down
2 changes: 1 addition & 1 deletion engine/servers/qdrant-single-node/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'

services:
qdrant_bench:
image: qdrant/qdrant:v0.11.4
image: qdrant/qdrant:v0.11.7
network_mode: host
deploy:
resources:
Expand Down
4 changes: 1 addition & 3 deletions engine/servers/redis-single-node/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ version: "3.7"

services:
redis:
# It is set to edge for the time being, as long as 2.4.16 is not ready
# See: https://github.com/RediSearch/RediSearch/issues/3202
image: redislabs/redisearch:edge
image: redislabs/redisearch:2.6.4
ports:
- '6380:6379'
deploy:
Expand Down
2 changes: 1 addition & 1 deletion engine/servers/weaviate-single-node/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- '8090'
- --scheme
- http
image: semitechnologies/weaviate:1.16.0
image: semitechnologies/weaviate:1.17.1
ports:
- "8090:8090"
environment:
Expand Down

0 comments on commit d4dc925

Please sign in to comment.