7 Commits

Author SHA1 Message Date
f41599eef6 fix: docker-compose 빌드 오류 해결 가이드 및 자동화 스크립트 추가
- WSL2 Ubuntu에서 'image already exists' 오류 해결 문서 추가
- Linux/macOS용 build.sh 스크립트 추가 (BuildKit 비활성화)
- Windows PowerShell용 build.ps1 스크립트 추가
- 빌드 오류 트러블슈팅 가이드 추가
- docker-compose.yml에 빌드 오류 관련 주석 추가
- MODULES.md에 Docker 빌드 오류 해결 섹션 추가
2025-12-31 11:48:29 +09:00
53326703ab feat: 각 모듈 개별 테스트 실행 가능하도록 수정 및 docker compose 최신 버전 형식 적용 2025-12-31 11:46:15 +09:00
8cfeaae92d refactor: move Docker build files to build/ directory 2025-12-31 11:26:54 +09:00
24939ab7a7 feat: add Docker support with private registry
- Add Dockerfile with vim, Korean locale, visual mode disabled
- Add docker-compose.yml with build/push support for reg.firstgarden.co.kr
- Add docker-entrypoint.sh for multi-service support
- Add .dockerignore
- Update README.md with Docker deployment guide
- Consolidate SERVICE_KEY into DATA_API_SERVICE_KEY
2025-12-31 11:16:59 +09:00
daf5bf4932 docs: add API key generation guide for all services 2025-12-31 10:23:04 +09:00
dd9564a326 feat: add feature enable/disable flags for notification platforms
- Add MATTERMOST_ENABLED, TELEGRAM_ENABLED, SYNOLOGY_ENABLED, NOTION_ENABLED, GA4_ENABLED flags
- Skip disabled platforms in message_sender.py
- Comment out unused config variables in .env.sample
- Add .vscode settings for virtual environment debugging
2025-12-31 10:20:17 +09:00
4ff5dba4b1 feat: initial commit - unified FGTools from static, weather, mattermost-noti 2025-12-31 09:56:37 +09:00