Update servarr.yaml

This commit is contained in:
2026-07-12 22:31:26 -05:00
parent 1478bd8a2a
commit 666562d06a
+3 -8
View File
@@ -1,8 +1,3 @@
volumes:
mousehole:
qbittorrent:
deluge:
networks: networks:
proxy-net: proxy-net:
external: true external: true
@@ -96,7 +91,7 @@ services:
- WEBUI_PORT=8082 - WEBUI_PORT=8082
- TORRENTING_PORT=49152 - TORRENTING_PORT=49152
volumes: volumes:
- qbittorrent:/config - /srv/docker/entertainment/servarr/qbittorrent:/config
- /mnt/raid2/video/downloads:/video/downloads - /mnt/raid2/video/downloads:/video/downloads
- /mnt/raid2/video/downloads/torrents:/video/downloads/torrents - /mnt/raid2/video/downloads/torrents:/video/downloads/torrents
- /mnt/raid2/video/downloads/torrents/incomplete:/video/downloads/torrents/incomplete - /mnt/raid2/video/downloads/torrents/incomplete:/video/downloads/torrents/incomplete
@@ -133,7 +128,7 @@ services:
- TZ=America/Chicago - TZ=America/Chicago
#- DELUGE_LOGLEVEL=error #optional #- DELUGE_LOGLEVEL=error #optional
volumes: volumes:
- deluge:/config - /srv/docker/entertainment/servarr/deluge/:/config
- /mnt/raid1/data/media/downloads:/media/downloads - /mnt/raid1/data/media/downloads:/media/downloads
- /mnt/raid1/data/media/downloads/torrents:/media/downloads/torrents - /mnt/raid1/data/media/downloads/torrents:/media/downloads/torrents
- /mnt/raid1/data/media/downloads/torrents/incomplete:/media/downloads/torrents/incomplete - /mnt/raid1/data/media/downloads/torrents/incomplete:/media/downloads/torrents/incomplete
@@ -200,7 +195,7 @@ services:
#MOUSEHOLE_ALLOWED_HOSTS: "mousehole.myhomelab.lan,localhost" #MOUSEHOLE_ALLOWED_HOSTS: "mousehole.myhomelab.lan,localhost"
#MOUSEHOLE_ALLOWED_ORIGINS: "https://mousehole.myhomelab.lan,http://localhost:5010" #MOUSEHOLE_ALLOWED_ORIGINS: "https://mousehole.myhomelab.lan,http://localhost:5010"
volumes: volumes:
- mousehole:/var/lib/mousehole - /srv/docker/entertainment/servarr/mousehole:/var/lib/mousehole
labels: labels:
- homepage.group=Torrenting - homepage.group=Torrenting
- homepage.name=Mousehole - homepage.name=Mousehole