Skip to content

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

Description

@Gimini-3

배경

Redis, Embedding Provider, Ollama가 개별적으로 중지되면 로그인 캐시, 검색, AI 답변이 불안정해지지만 현재는 세 서비스를 한 번에 기동하고 실제 준비 상태를 확인하는 명령이 없습니다.

작업 내용

  • Redis와 Embedding Provider를 Compose로 멱등 기동
  • Native Ollama를 우선 기동하고 기존 Docker Ollama는 호환 경로로 재사용
  • Redis 명령, Embedding ready endpoint, Ollama API 및 필수 모델을 각각 점검
  • 장애 서비스와 복구 명령을 명확히 출력
  • Redis 재시작 정책과 로컬 실행 문서 보완

완료 조건

  • ./scripts/local-services.sh start로 세 서비스를 기동할 수 있다.
  • ./scripts/local-services.sh status로 연결 및 모델 준비 상태를 확인할 수 있다.
  • Ollama 중지 상황에서 기존 로컬 실행 방식을 감지해 복구한다.
  • 기존 PostgreSQL·MinIO 초기 설정은 변경하지 않는다.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions