Skip to content

Commit b1d4842

Browse files
committed
fix:[ci/cd]: 버그 수정
1 parent 3dbdff4 commit b1d4842

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/CI-CD_Pipeline.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,14 @@ jobs:
4141
--health-retries 5
4242
env:
4343
REDIS_PASSWORD: ""
44-
# Qdrant 서비스
44+
45+
# ✅ Qdrant 서비스 추가
4546
qdrant:
4647
image: qdrant/qdrant:v1.3.1
4748
ports:
4849
- 6333:6333
4950
options: >-
50-
--health-cmd "wget --spider --quiet http://localhost:6333/collections || exit 1"
51+
--health-cmd "curl -f http://localhost:6333/health || exit 1"
5152
--health-interval 10s
5253
--health-timeout 5s
5354
--health-retries 5

0 commit comments

Comments
 (0)