update unpackerr for deployment
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
This commit is contained in:
parent
100ef17639
commit
b8d86f3c0d
1 changed files with 15 additions and 16 deletions
|
|
@ -4,32 +4,31 @@ services:
|
|||
container_name: unpackerr
|
||||
restart: unless-stopped
|
||||
network_mode: "host"
|
||||
mem_limit: "4096m"
|
||||
mem_reservation: "1024m"
|
||||
environment:
|
||||
- UN_DEBUG=false
|
||||
- ./unpackerr/config:/config
|
||||
- /docker/qbittorrent/unpackerr-config:/config
|
||||
# --- qBittorrent Configuration ---
|
||||
- UN_QBITTORRENT_URL=http://172.16.201.21:8080
|
||||
- UN_QBITTORRENT_URL=http://172.16.201.202:8080
|
||||
- UN_QBITTORRENT_USERNAME=jkilloran
|
||||
- UN_QBITTORRENT_PASSWORD=Pizzajam11
|
||||
- UN_QBITTORRENT_CATEGORIES=tv,movies,music,other
|
||||
# --- Whisparr Configuration ---
|
||||
- UN_WHISPARR_0_URL=http://172.16.201.21:6969
|
||||
- UN_WHISPARR_0_API_KEY=a9e10d0693ee46e8b8bc5513597d0540
|
||||
- UN_WHISPARR_0_PATHS=/downloads
|
||||
- UN_WHISPARR_0_URL=http://172.16.201.202:6969
|
||||
- UN_WHISPARR_0_API_KEY=${UN_WHISPARR_KEY}
|
||||
- UN_WHISPARR_0_PATHS=/q-downloads
|
||||
# --- Sonarr Configuration ---
|
||||
- UN_SONARR_0_URL=http://172.16.201.21:8989
|
||||
- UN_SONARR_0_API_KEY=d8f3afa9b5c143b6b778253f5b913e92
|
||||
- UN_SONARR_0_PATHS=/downloads
|
||||
- UN_SONARR_0_URL=http://172.16.201.202:8989
|
||||
- UN_SONARR_0_API_KEY=${UN_SONARR_KEY}
|
||||
- UN_SONARR_0_PATHS=/q-downloads
|
||||
# --- Radarr Configuration ---
|
||||
- UN_RADARR_0_URL=http://172.16.201.21:7878
|
||||
- UN_RADARR_0_API_KEY=b198a04d7d354f46a7425097b601a90a
|
||||
- UN_RADARR_0_PATHS=/downloads
|
||||
- UN_RADARR_0_URL=http://172.16.201.202:7878
|
||||
- UN_RADARR_0_API_KEY=${UN_RADARR_KEY}
|
||||
- UN_RADARR_0_PATHS=/q-downloads
|
||||
# --- Lidarr Configuration ---
|
||||
- UN_LIDARR_0_URL=http://172.16.201.21:8686
|
||||
- UN_LIDARR_0_API_KEY=9cb1961cba9a496d9d174397b2ead3cb
|
||||
- UN_LIDARR_0_PATHS=/downloads
|
||||
- UN_LIDARR_0_URL=http://172.16.201.202:8686
|
||||
- UN_LIDARR_0_API_KEY=${UN_LIDARR_KEY}
|
||||
- UN_LIDARR_0_PATHS=/q-downloads
|
||||
# --- Behaviour Configuration ---
|
||||
- UN_DELETE_ORIGINALS=false
|
||||
- UN_DELETE_AFTER=0
|
||||
- UN_MOVE_BACK=false
|
||||
|
|
|
|||
Loading…
Reference in a new issue