update unpackerr for deployment
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run

This commit is contained in:
admin_jk 2026-02-16 07:31:25 -07:00
parent 100ef17639
commit b8d86f3c0d

View file

@ -4,32 +4,31 @@ services:
container_name: unpackerr container_name: unpackerr
restart: unless-stopped restart: unless-stopped
network_mode: "host" network_mode: "host"
mem_limit: "4096m"
mem_reservation: "1024m"
environment: environment:
- UN_DEBUG=false - UN_DEBUG=false
- ./unpackerr/config:/config - /docker/qbittorrent/unpackerr-config:/config
# --- qBittorrent Configuration --- # --- 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_USERNAME=jkilloran
- UN_QBITTORRENT_PASSWORD=Pizzajam11 - UN_QBITTORRENT_PASSWORD=Pizzajam11
- UN_QBITTORRENT_CATEGORIES=tv,movies,music,other - UN_QBITTORRENT_CATEGORIES=tv,movies,music,other
# --- Whisparr Configuration --- # --- Whisparr Configuration ---
- UN_WHISPARR_0_URL=http://172.16.201.21:6969 - UN_WHISPARR_0_URL=http://172.16.201.202:6969
- UN_WHISPARR_0_API_KEY=a9e10d0693ee46e8b8bc5513597d0540 - UN_WHISPARR_0_API_KEY=${UN_WHISPARR_KEY}
- UN_WHISPARR_0_PATHS=/downloads - UN_WHISPARR_0_PATHS=/q-downloads
# --- Sonarr Configuration --- # --- Sonarr Configuration ---
- UN_SONARR_0_URL=http://172.16.201.21:8989 - UN_SONARR_0_URL=http://172.16.201.202:8989
- UN_SONARR_0_API_KEY=d8f3afa9b5c143b6b778253f5b913e92 - UN_SONARR_0_API_KEY=${UN_SONARR_KEY}
- UN_SONARR_0_PATHS=/downloads - UN_SONARR_0_PATHS=/q-downloads
# --- Radarr Configuration --- # --- Radarr Configuration ---
- UN_RADARR_0_URL=http://172.16.201.21:7878 - UN_RADARR_0_URL=http://172.16.201.202:7878
- UN_RADARR_0_API_KEY=b198a04d7d354f46a7425097b601a90a - UN_RADARR_0_API_KEY=${UN_RADARR_KEY}
- UN_RADARR_0_PATHS=/downloads - UN_RADARR_0_PATHS=/q-downloads
# --- Lidarr Configuration --- # --- Lidarr Configuration ---
- UN_LIDARR_0_URL=http://172.16.201.21:8686 - UN_LIDARR_0_URL=http://172.16.201.202:8686
- UN_LIDARR_0_API_KEY=9cb1961cba9a496d9d174397b2ead3cb - UN_LIDARR_0_API_KEY=${UN_LIDARR_KEY}
- UN_LIDARR_0_PATHS=/downloads - UN_LIDARR_0_PATHS=/q-downloads
# --- Behaviour Configuration ---
- UN_DELETE_ORIGINALS=false - UN_DELETE_ORIGINALS=false
- UN_DELETE_AFTER=0 - UN_DELETE_AFTER=0
- UN_MOVE_BACK=false - UN_MOVE_BACK=false