Skip to content

[Feat] 로컬 의존 서비스 일괄 기동 및 상태 점검 - #307

Merged
Gimini-3 merged 2 commits into
developfrom
feature/306
Aug 26, 2026
Merged

[Feat] 로컬 의존 서비스 일괄 기동 및 상태 점검#307
Gimini-3 merged 2 commits into
developfrom
feature/306

Conversation

@Gimini-3

Copy link
Copy Markdown
Contributor

🔍️ 작업 내용

  • Closes 로컬 Redis·임베딩·Ollama 일괄 기동 및 상태 점검 #306
  • Redis와 Embedding Provider를 단일 명령으로 멱등 기동합니다.
  • Native Ollama를 우선 사용하고 기존 Docker Ollama는 호환 경로로 재기동합니다.
  • Redis 명령, Embedding ready endpoint, Ollama API와 필수 모델을 각각 점검합니다.
  • Redis에 restart: unless-stopped 정책을 적용합니다.

✨ 상세 설명

  • ./scripts/local-services.sh start는 세 서비스가 실제 요청을 받을 수 있을 때까지 기다립니다.
  • ./scripts/local-services.sh status는 실패 서비스와 바로 실행할 복구 명령을 출력합니다.
  • BGE-M3 최초 로딩을 고려해 기본 대기 시간을 15분으로 설정했습니다.
  • macOS에서 Docker Ollama가 감지되면 Metal 가속을 위한 Native 전환 경고를 표시합니다.

✅ 테스트

  • bash -n scripts/local-services.sh 통과
  • docker compose config --quiet 통과
  • 실제 Redis·Embedding Provider·Ollama·qwen2.5:7b 상태 점검 통과
  • docgrid-ollama 컨테이너 중지 후 일괄 기동 명령으로 60초 내 복구 확인
  • Ollama 비사용 포트 모의 시 실패 원인과 복구 명령 출력 확인
  • Redis 재시작 정책이 unless-stopped로 적용됨을 확인

💬 리뷰 요구사항

  • macOS Native Ollama 우선 기동과 기존 Docker 컨테이너 호환 경로를 확인해 주세요.
  • 상태 점검 실패 메시지가 로컬 개발자에게 충분히 실행 가능한지 확인해 주세요.

@coderabbitai

coderabbitai Bot commented Aug 26, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 96e6b9fc-92d3-4a24-b407-2940977ad74b


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@Gimini-3
Gimini-3 requested a review from kangcheolung August 26, 2026 07:00
@Gimini-3
Gimini-3 merged commit dde3b5c into develop Aug 26, 2026
1 check passed
@Gimini-3 Gimini-3 changed the title feat: 로컬 의존 서비스 일괄 기동 및 상태 점검 [Feat] 로컬 의존 서비스 일괄 기동 및 상태 점검 Aug 27, 2026
@Gimini-3 Gimini-3 self-assigned this Aug 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

로컬 Redis·임베딩·Ollama 일괄 기동 및 상태 점검

1 participant