Added Recyclarr
Recyclarr is used to sync https://trash-guides.info/ settings to your arr apps automagically!
This commit is contained in:
parent
c48b97a766
commit
e7d3f86e18
1 changed files with 11 additions and 0 deletions
|
|
@ -362,3 +362,14 @@ services:
|
|||
- UN_RADARR_0_TIMEOUT=10s
|
||||
#- UN_RADARR_0_PATHS_0=/share/downloads/movies
|
||||
|
||||
# Used to sync Trash Guides config's to radarr and sonarr
|
||||
# Only accessible via command line! No GUI
|
||||
recyclarr:
|
||||
image: ghcr.io/recyclarr/recyclarr
|
||||
container_name: recyclarr
|
||||
user: ${PUID}:${GUID}
|
||||
volumes:
|
||||
- ${BASE_PATH}/recyclarr/config:/config
|
||||
environment:
|
||||
- TZ=${TZ}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue