Archiving unused
This commit is contained in:
24
archived/qbittorrent/docker-compose.yml
Normal file
24
archived/qbittorrent/docker-compose.yml
Normal 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
|
Reference in New Issue
Block a user