Skip to content

Commit

Permalink
chore: 배포 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
shdhkim committed Dec 22, 2024
1 parent 462a07f commit d47f2a7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ services:
volumes:
- milvus_data:/var/lib/milvus
environment:
- MILVUS_LOG_LEVEL=info
- MILVUS_DB_PATH=/var/lib/milvus/db
- STANDALONE=true # Standalone 모드 활성화
- LD_PRELOAD= # LD_PRELOAD 오류 방지
- MILVUS_LOG_LEVEL=info # 로그 레벨 설정
- MILVUS_DB_PATH=/var/lib/milvus/db # DB 저장 경로
- MILVUS_DEPLOY_MODE=standalone # Standalone 모드 활성화
- LD_PRELOAD= # LD_PRELOAD 오류 방지
command: milvus run standalone # Milvus를 Standalone 모드로 실행
restart: always

flask-app:
Expand Down

0 comments on commit d47f2a7

Please sign in to comment.