1 Commits

3 changed files with 6 additions and 30 deletions

View File

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

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: lscr.io/linuxserver/sonarr:4.0.16
image: lscr.io/linuxserver/sonarr:4.0.11.2680-ls260
networks:
- proxy
deploy:
@ -17,9 +17,9 @@ services:
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
# Redirect from EXTRA_DOMAINS to DOMAIN
- "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.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.version=0.2.0+4.0.16"
- "traefik.http.middlewares.${STACK_NAME}-redirect.redirectscheme.scheme=https"
- "traefik.http.middlewares.${STACK_NAME}-redirect.redirectscheme.permanent=true"
- "coop-cloud.${STACK_NAME}.version=0.1.0+4.0.11.2680-ls260"
volumes:
- sonarr_config:/config
- sonarr_tv:/tv
@ -36,4 +36,5 @@ volumes:
sonarr_config:
sonarr_tv:
sonarr_downloads:
name: ${qbit_downloads_volume}
external:
name: ${qbit_downloads_volume}