bazarr/docs
Laszlo Toth 7309aab237 feat: add Docker support and fork maintenance infrastructure
Add comprehensive Docker containerization support and fork maintenance tooling:

- Add .dockerignore to optimize Docker builds by excluding development
  files, tests, documentation, and build artifacts
- Create docker-compose.yml with Bazarr and OpenSubtitles scraper services,
  including health checks, resource limits, and environment configuration
- Implement docker/entrypoint.sh with PUID/PGID support for proper
  permission handling in containers
- Configure .gitattributes with merge strategies for fork-specific files
  to prevent upstream conflicts on customized components
- Add fork maintenance documentation (FORK_MAINTENANCE.md) describing
  automated sync workflows and conflict resolution

This enables running Bazarr in containers with proper user permission
management and establishes automated workflows for keeping the fork
synchronized with upstream while preserving custom modifications.
2025-12-14 20:56:33 +01:00
..
FORK_MAINTENANCE.md feat: add Docker support and fork maintenance infrastructure 2025-12-14 20:56:33 +01:00