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 -->
|
||||
|
||||
* **Maintainer**: [@ammaratef45](https://git.coopcloud.tech/ammaratef45)
|
||||
* **Category**: Apps
|
||||
* **Status**: 0
|
||||
* **Image**: [`sonarr`](https://hub.docker.com/r/sonarr), 4, upstream
|
||||
|
||||
11
compose.yml
11
compose.yml
@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: lscr.io/linuxserver/sonarr:4.0.11.2680-ls260
|
||||
image: lscr.io/linuxserver/sonarr:4.0.16
|
||||
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.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"
|
||||
- "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"
|
||||
volumes:
|
||||
- sonarr_config:/config
|
||||
- sonarr_tv:/tv
|
||||
@ -36,5 +36,4 @@ volumes:
|
||||
sonarr_config:
|
||||
sonarr_tv:
|
||||
sonarr_downloads:
|
||||
external:
|
||||
name: ${qbit_downloads_volume}
|
||||
name: ${qbit_downloads_volume}
|
||||
|
||||
Reference in New Issue
Block a user