Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9aea875f98 | |||
| 874a228068 | |||
| bebe6ccaa6 |
24
MAINTENANCE.md
Normal file
24
MAINTENANCE.md
Normal 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.
|
||||||
@ -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
|
||||||
|
|||||||
@ -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}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user