Archiving unused

This commit is contained in:
2025-07-03 23:42:20 +05:30
parent 0d78e3b99d
commit 88aaa2039a
7 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
services:
qbittorrent:
image: linuxserver/qbittorrent:latest
container_name: qbittorrent
deploy:
resources:
limits:
cpus: ${CPU_LIMIT}
memory: ${MEMORY_LIMIT}
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TZ}
- WEBUI_PORT=${WEBUI_PORT}
- TORRENTING_PORT=${TORRENTING_PORT}
volumes:
- ${APPDATA_PATH}/qbittorrent/config:/config
- ${DOWNLOADS_PATH}:/downloads
- ${SSD_DOWNLOADS_PATH}:/ssd-downloads
ports:
- "${WEBUI_PORT}:${WEBUI_PORT}"
- "${TORRENTING_PORT}:${TORRENTING_PORT}"
- "${TORRENTING_PORT}:${TORRENTING_PORT}/udp"
restart: unless-stopped