3 Commits

Author SHA1 Message Date
9aea875f98 add maintainer 2025-11-26 21:39:24 -08:00
874a228068 chore: publish 0.2.0+4.0.16 release 2025-11-26 21:22:24 -08:00
bebe6ccaa6 volume->name instead of volume->external->name 2025-11-26 21:04:34 -08:00
3 changed files with 28 additions and 4 deletions

24
MAINTENANCE.md Normal file
View File

@ -0,0 +1,24 @@
# Sonarr Recipe Maintenance
All contributions should be made via a pull request. This is to ensure a certain quality / consistency, that others can rely on.
## Maintainer Responsibilities
A recipe maintainer has the following responsibilities:
- respond to pull requests / issues within a month
- make image security updates within a day
- make image patch / minor updates within a month
- make image major updates within a year
In order to fullfill these responsibilities a recipe maintainer:
- has to watch the repository (to get notifications)
- needs to make sure renovate is configured properly
## Merge rules
A pull request can be merged if it is approved by at least one maintainer. For pull requests opened by a maintainer they need to be approved by another maintainer.
## Becoming a maintainer
Everyone can apply to be a recipe maintainer. Simply add your self to the list in the [README.md](./README.md) and open a new pull request with the change.

View File

@ -4,6 +4,7 @@
<!-- metadata --> <!-- metadata -->
* **Maintainer**: [@ammaratef45](https://git.coopcloud.tech/ammaratef45)
* **Category**: Apps * **Category**: Apps
* **Status**: 0 * **Status**: 0
* **Image**: [`sonarr`](https://hub.docker.com/r/sonarr), 4, upstream * **Image**: [`sonarr`](https://hub.docker.com/r/sonarr), 4, upstream

View File

@ -3,7 +3,7 @@ version: "3.8"
services: services:
app: app:
image: lscr.io/linuxserver/sonarr:4.0.11.2680-ls260 image: lscr.io/linuxserver/sonarr:4.0.16
networks: networks:
- proxy - proxy
deploy: deploy:
@ -19,7 +19,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect" - "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true" - "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}" - "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.version=0.1.0+4.0.11.2680-ls260" - "coop-cloud.${STACK_NAME}.version=0.2.0+4.0.16"
volumes: volumes:
- sonarr_config:/config - sonarr_config:/config
- sonarr_tv:/tv - sonarr_tv:/tv
@ -36,5 +36,4 @@ volumes:
sonarr_config: sonarr_config:
sonarr_tv: sonarr_tv:
sonarr_downloads: sonarr_downloads:
external: name: ${qbit_downloads_volume}
name: ${qbit_downloads_volume}