File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 "===== 새 컨테이너 로그 출력 ====="
You can’t perform that action at this time.
0 commit comments