Skip to content

Commit 32c4357

Browse files
authored
Merge pull request #132 from prgrms-web-devcourse-final-project/develop
chore[qdrant]: 데몬 주석
2 parents a5b79e0 + 26154cf commit 32c4357

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI-CD_Pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,8 @@ jobs:
270270
PROD_REDIS_PORT=6379
271271
PROD_REDIS_PASSWORD=${{ secrets.REDIS_PASSWORD }}
272272
273-
PROD_QDRANT_HOST=qdrant_1
274-
PROD_QDRANT_PORT=6334
273+
SPRING_AI_VECTORSTORE_QDRANT_HOST=qdrant_1
274+
SPRING_AI_VECTORSTORE_QDRANT_PORT=6334
275275
276276
send_email_address=${{ secrets.SEND_EMAIL_ADDRESS }}
277277
email_address=${{ secrets.EMAIL_ADDRESS }}
@@ -291,7 +291,7 @@ jobs:
291291
docker run --env-file /home/ec2-user/configs/prod.env \
292292
-d --name app1 \
293293
--network common \
294-
--restart unless-stopped \
294+
# --restart unless-stopped \
295295
-p 8080:8080 \
296296
${{ env.REGISTRY }}/${{ env.IMAGE_PREFIX }}/${{ env.DOCKER_IMAGE_NAME }}:latest
297297
echo "===== 새 컨테이너 로그 출력 ====="

0 commit comments

Comments
 (0)