Commit Graph

5 Commits

Author SHA1 Message Date
aa89057bec docs: Update README.md with current deployment configuration
- Add hybrid deployment port configuration (Docker + K8s)
- Update service architecture to reflect current setup
- Document Docker Hub deployment process
- Clarify infrastructure vs application service separation
- Add health check endpoints for both deployment modes

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-28 22:27:03 +09:00
46b5135f45 feat: Add hybrid deployment with Docker and Kubernetes
- Docker Compose for infrastructure (MongoDB, Redis, Kafka, Zookeeper)
- Docker for central control (Scheduler, Monitor, Language Sync)
- K8s for scalable workers (RSS, Google Search, Translator, AI Generator, Image Generator)
- Automatic scaling with HPA (Horizontal Pod Autoscaler)
- Comprehensive deployment scripts and documentation
- Updated README with hybrid deployment guide
2025-09-28 21:03:14 +09:00
1ff9afe6f4 fix: Correct README with actual service names and configurations
- 실제 docker-compose.yml 서비스 이름으로 수정
- 정확한 포트 매핑 정보 업데이트
- 환경 변수 설정 방법 구체화
- Pipeline 설정 파일 생성 방법 추가
- 존재하지 않는 서비스 제거 (korea-backend, usa-backend 등)
2025-09-28 20:48:59 +09:00
9e80618005 docs: Add comprehensive README with detailed build and deployment instructions
- 시스템 요구사항 및 포트 사용 정보
- 단계별 설치 가이드 (Quick Start & Detailed)
- 서비스 아키텍처 설명
- 개별 서비스 관리 방법
- 환경 설정 (API 키 등)
- 개발 가이드 및 테스트
- 상세한 문제 해결 가이드
- Git 저장소 관리 방법
- 모니터링 및 백업 가이드
2025-09-28 20:45:51 +09:00
e3c28f796a Initial commit - cleaned repository 2025-09-28 20:41:57 +09:00