add multilist examples - #34
Conversation
|
Coverage after merging add-additional-list-type-support into main will be
Coverage Report
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
There was a problem hiding this comment.
Pull Request Overview
This PR adds comprehensive examples and documentation for running multiple lettarrboxd instances to monitor multiple Letterboxd lists simultaneously.
- Adds multi-list deployment examples in both docker-compose and Docker CLI formats
- Documents best practices for running multiple instances with separate data directories, tags, and configurations
- Provides commented-out service definitions in docker-compose.yaml for easy activation
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docker-compose.yaml | Adds single instance comment clarification and three commented multi-list service examples with different configurations |
| README.md | Adds new "Watching Multiple Lists" section with Docker Compose and CLI examples, plus best practices guide |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| 5. **Quality Profiles**: Each instance can use different quality profiles based on content type: | ||
| ```yaml | ||
| - RADARR_QUALITY_PROFILE=HD-1080p # Standard content | ||
| - RADARR_QUALITY_PROFILE=Ultra HD # Premium content |
There was a problem hiding this comment.
[nitpick] The spacing before the comment is inconsistent with the other example. In the Docker Compose multi-list example (line 199), there are multiple spaces before the comment, while in the docker-compose.yaml file (line 67), there is only one space before the comment. For consistency, consider using single space before inline comments throughout.
| - RADARR_QUALITY_PROFILE=Ultra HD # Premium content | |
| - RADARR_QUALITY_PROFILE=Ultra HD # Premium content |
No description provided.