Browse Source

config milvus service

highing666 3 years ago
parent
commit
607f7efa92
2 changed files with 2 additions and 1 deletions
  1. 1 0
      .env_pro
  2. 1 1
      docker-compose.yml

+ 1 - 0
.env_pro

@@ -30,3 +30,4 @@ MILVUS_HOST="172.18.0.1"
 MILVUS_PORT="19530"
 MILVUS_PORT="19530"
 METRIC_TYPE="L2"
 METRIC_TYPE="L2"
 VECTOR_DIMENSION=32
 VECTOR_DIMENSION=32
+NEED_MILVUS="yes"

+ 1 - 1
docker-compose.yml

@@ -2,7 +2,7 @@ version: "3"
 
 
 services:
 services:
   app:
   app:
-      image: registry.persagy.com/sagacloud/saga_algo_api:0.3.40
+      image: registry.persagy.com/sagacloud/saga_algo_api:0.3.41
       container_name: saga_algo_api
       container_name: saga_algo_api
       ports:
       ports:
         - 8002:8002
         - 8002:8002