Commit Graph

2 Commits

Author SHA1 Message Date
tmwgsicp a8de1961db docs: update README and docker-compose to use Docker Hub images
- Add Docker deployment section with quick start guide
- Update docker-compose.yml to use pre-built images from Docker Hub
- Add Docker Pulls badge to README
- Reorganize quick start to show Docker first (recommended method)

Made-with: Cursor
2026-03-24 02:36:16 +08:00
tmwgsicp 35f0fb7c0b feat: add Docker support with multi-arch build and CI/CD
- Add Dockerfile with multi-stage build for smaller image size
- Add docker-compose.yml for one-command deployment
- Add .dockerignore for optimized build context
- Add GitHub Actions workflow for automated Docker Hub publishing (amd64/arm64)
- Make RSS_DB_PATH configurable via environment variable
- Update env.example with database path option

Fixes #2

Made-with: Cursor
2026-03-24 02:21:14 +08:00