feat: #25 Add Unpackerr to extract archives

This commit is contained in:
Adrien Poupa
2023-12-18 23:56:44 -05:00
parent 0be022cc16
commit eb1c3032f1
2 changed files with 18 additions and 0 deletions

View File

@@ -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