feat: #25 Add Unpackerr to extract archives
This commit is contained in:
@@ -303,6 +303,23 @@ services:
|
||||
labels:
|
||||
# network mode is not supported: https://github.com/containrrr/watchtower/issues/1286#issuecomment-1214291660
|
||||
- com.centurylinklabs.watchtower.enable=false
|
||||
unpackerr:
|
||||
image: golift/unpackerr
|
||||
container_name: unpackerr
|
||||
volumes:
|
||||
- ${DOWNLOAD_ROOT}:/data/torrents
|
||||
restart: always
|
||||
user: ${USER_ID}:${GROUP_ID}
|
||||
environment:
|
||||
- TZ=${TIMEZONE}
|
||||
- UN_SONARR_0_URL=http://sonarr:8989/sonarr
|
||||
- UN_SONARR_0_API_KEY=${SONARR_API_KEY}
|
||||
- UN_RADARR_0_URL=http://radarr:7878/radarr
|
||||
- UN_RADARR_0_API_KEY=${RADARR_API_KEY}
|
||||
- UN_LIDARR_0_URL=http://lidarr:8686/lidarr
|
||||
- UN_LIDARR_0_API_KEY=${LIDARR_API_KEY}
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
jellyfin:
|
||||
image: lscr.io/linuxserver/jellyfin
|
||||
container_name: jellyfin
|
||||
|
||||
Reference in New Issue
Block a user