Initial commit
This commit is contained in:
24
stacks/media/qbittorrent.yaml
Normal file
24
stacks/media/qbittorrent.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
services:
|
||||
qbittorrent:
|
||||
image: lscr.io/linuxserver/qbittorrent:latest
|
||||
container_name: qbittorrent
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Moscow
|
||||
- WEBUI_PORT=8081
|
||||
ports:
|
||||
- "8081:8081"
|
||||
- "6881:6881"
|
||||
- "6881:6881/udp"
|
||||
volumes:
|
||||
- /srv/homelab/config/media/qbittorrent:/config
|
||||
- /srv/media/downloads:/downloads
|
||||
- /srv/media/movies:/movies
|
||||
- /srv/media/shows:/shows
|
||||
restart: unless-stopped
|
||||
logging:
|
||||
driver: json-file
|
||||
options:
|
||||
max-size: "10m"
|
||||
max-file: "5"
|
||||
Reference in New Issue
Block a user