feat: add qbittorrent
This commit is contained in:
+1
-7
@@ -23,13 +23,7 @@ headscale/config/*
|
|||||||
headscale/data/*
|
headscale/data/*
|
||||||
|
|
||||||
# Steaming services files
|
# Steaming services files
|
||||||
streaming/jellyfin/*
|
streaming/config/*
|
||||||
streaming/jellyseerr/*
|
|
||||||
streaming/sonarr/*
|
|
||||||
streaming/radarr/*
|
|
||||||
streaming/data/*
|
|
||||||
streaming/qbittorrent/*
|
|
||||||
streaming/prowlarr/*
|
|
||||||
|
|
||||||
# Steaming services files
|
# Steaming services files
|
||||||
streaming/jellyfin/*
|
streaming/jellyfin/*
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ services:
|
|||||||
jellyfin:
|
jellyfin:
|
||||||
image: lscr.io/linuxserver/jellyfin:latest
|
image: lscr.io/linuxserver/jellyfin:latest
|
||||||
container_name: jellyfin
|
container_name: jellyfin
|
||||||
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "8096:8096/tcp"
|
- "8096:8096/tcp"
|
||||||
- "7359:7359/udp"
|
- "7359:7359/udp"
|
||||||
@@ -32,9 +33,26 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
- streaming
|
- streaming
|
||||||
|
qbittorrent:
|
||||||
|
image: lscr.io/linuxserver/qbittorrent:latest
|
||||||
|
container_name: qbittorrent
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
environment:
|
||||||
|
- WEBUI_PORT=8080
|
||||||
|
volumes:
|
||||||
|
# HACK: Binding while bootstrapping, testing
|
||||||
|
# - qbittorrent-cfg:/config
|
||||||
|
- ./config/qbittorrent:/config
|
||||||
|
- /mnt/mediaserver/downloads:/downloads
|
||||||
|
ports:
|
||||||
|
- 8080:8080
|
||||||
|
- 6881:6881
|
||||||
|
- 6881:6881/udp
|
||||||
|
networks:
|
||||||
|
- streaming
|
||||||
volumes:
|
volumes:
|
||||||
jellyfin-cfg:
|
jellyfin-cfg:
|
||||||
|
qbittorrent-cfg:
|
||||||
networks:
|
networks:
|
||||||
proxy:
|
proxy:
|
||||||
external: true
|
external: true
|
||||||
|
|||||||
Reference in New Issue
Block a user