TorrentHDD_vs_SSD
This commit is contained in:
parent
726edf435b
commit
87e1a0d937
3 changed files with 27 additions and 3 deletions
|
|
@ -3,7 +3,6 @@ services:
|
||||||
restart: 'unless-stopped'
|
restart: 'unless-stopped'
|
||||||
image: jellyfin/jellyfin
|
image: jellyfin/jellyfin
|
||||||
container_name: jellyfin
|
container_name: jellyfin
|
||||||
# user: 1000:1000
|
|
||||||
network_mode: 'host'
|
network_mode: 'host'
|
||||||
volumes:
|
volumes:
|
||||||
- ./config:/config
|
- ./config:/config
|
||||||
|
|
@ -13,6 +12,9 @@ services:
|
||||||
target: /media
|
target: /media
|
||||||
devices:
|
devices:
|
||||||
- /dev/dri:/dev/dri
|
- /dev/dri:/dev/dri
|
||||||
|
group_add:
|
||||||
|
- 44
|
||||||
|
- 922
|
||||||
labels:
|
labels:
|
||||||
tsdproxy.enable: "true"
|
tsdproxy.enable: "true"
|
||||||
tsdproxy.name: "stream"
|
tsdproxy.name: "stream"
|
||||||
|
|
|
||||||
22
Containers/QbittorentHDD/compose.yml
Normal file
22
Containers/QbittorentHDD/compose.yml
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
---
|
||||||
|
services:
|
||||||
|
qbittorrent:
|
||||||
|
image: lscr.io/linuxserver/qbittorrent:latest
|
||||||
|
container_name: qbittorrentHDD
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- TZ=Etc/UTC
|
||||||
|
- WEBUI_PORT=13462
|
||||||
|
- TORRENTING_PORT=6882
|
||||||
|
volumes:
|
||||||
|
- ./config:/config
|
||||||
|
- /mnt/moviesHDD/torrents:/downloads #optional
|
||||||
|
ports:
|
||||||
|
- 13462:13462
|
||||||
|
- 6882:6882
|
||||||
|
- 6882:6882/udp
|
||||||
|
restart: unless-stopped
|
||||||
|
labels:
|
||||||
|
tsdproxy.enable: "true"
|
||||||
|
tsdproxy.name: "torrentHDD"
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
services:
|
services:
|
||||||
qbittorrent:
|
qbittorrent:
|
||||||
image: lscr.io/linuxserver/qbittorrent:latest
|
image: lscr.io/linuxserver/qbittorrent:latest
|
||||||
container_name: qbittorrent
|
container_name: qbittorrentSSD
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
|
|
@ -19,4 +19,4 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
tsdproxy.enable: "true"
|
tsdproxy.enable: "true"
|
||||||
tsdproxy.name: "torrent"
|
tsdproxy.name: "torrentSSD"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue