2022-07-05 15:01:32 +00:00
|
|
|
version: '2'
|
2022-07-12 13:00:38 +00:00
|
|
|
name: media-stack
|
2022-07-05 15:01:32 +00:00
|
|
|
services:
|
2022-08-09 09:56:40 +00:00
|
|
|
|
|
|
|
## Uncomment to enable transmission as bittorrent client. ##
|
|
|
|
## Keep one of qbittorrent or transmission ##
|
|
|
|
# transmission:
|
|
|
|
# container_name: transmission
|
|
|
|
# image: lscr.io/linuxserver/transmission:3.00-r5-ls127
|
|
|
|
# networks:
|
|
|
|
# - mynetwork
|
|
|
|
# environment:
|
|
|
|
# - PUID=1000
|
|
|
|
# - PGID=1000
|
|
|
|
# - TZ=UTC
|
|
|
|
# - USER=admin
|
|
|
|
# - PASS=nimdatx
|
|
|
|
# ports:
|
|
|
|
# - 9091:9091
|
|
|
|
# - 51413:51413
|
|
|
|
# - 51413:51413/udp
|
|
|
|
# volumes:
|
|
|
|
# - tx-config:/config
|
|
|
|
# - torrent-downloads:/downloads
|
|
|
|
# - tx-watch:/watch
|
|
|
|
# restart: "unless-stopped"
|
|
|
|
|
|
|
|
## Comment qbittorrent service, if transmission is enabled. ##
|
|
|
|
## Default credentials - Username: admin password: adminadmin ##
|
|
|
|
## Change password after install from UI --> Settings --> WebUI ##
|
|
|
|
qbittorrent:
|
|
|
|
container_name: qbittorrent
|
|
|
|
image: lscr.io/linuxserver/qbittorrent:4.4.3.1-r1-ls209
|
2022-07-12 12:57:45 +00:00
|
|
|
networks:
|
|
|
|
- mynetwork
|
2022-07-05 15:01:32 +00:00
|
|
|
environment:
|
|
|
|
- PUID=1000
|
|
|
|
- PGID=1000
|
2022-07-25 07:54:42 +00:00
|
|
|
- TZ=UTC
|
2022-08-09 09:56:40 +00:00
|
|
|
- WEBUI_PORT=5080
|
2022-07-05 15:01:32 +00:00
|
|
|
volumes:
|
2022-08-09 09:56:40 +00:00
|
|
|
- qbittorrent-config:/config
|
|
|
|
- torrent-downloads:/downloads
|
|
|
|
ports:
|
|
|
|
- 5080:5080
|
|
|
|
- 6881:6881
|
|
|
|
- 6881:6881/udp
|
2022-07-05 15:01:32 +00:00
|
|
|
restart: "unless-stopped"
|
|
|
|
radarr:
|
|
|
|
container_name: radarr
|
2022-07-24 15:41:01 +00:00
|
|
|
image: lscr.io/linuxserver/radarr:4.1.0.6175-ls146
|
2022-07-12 12:57:45 +00:00
|
|
|
networks:
|
|
|
|
- mynetwork
|
2022-07-05 15:01:32 +00:00
|
|
|
environment:
|
|
|
|
- PUID=1000
|
|
|
|
- PGID=1000
|
2022-07-25 07:54:42 +00:00
|
|
|
- TZ=UTC
|
2022-07-05 15:01:32 +00:00
|
|
|
ports:
|
|
|
|
- 7878:7878
|
|
|
|
volumes:
|
|
|
|
- radarr-config:/config
|
2022-08-09 09:56:40 +00:00
|
|
|
- torrent-downloads:/downloads
|
2022-07-05 15:01:32 +00:00
|
|
|
restart: "unless-stopped"
|
|
|
|
|
2022-07-10 11:17:31 +00:00
|
|
|
sonarr:
|
2022-07-24 15:41:01 +00:00
|
|
|
image: lscr.io/linuxserver/sonarr:3.0.8.1507-ls150
|
2022-07-10 11:17:31 +00:00
|
|
|
container_name: sonarr
|
2022-07-12 12:57:45 +00:00
|
|
|
networks:
|
|
|
|
- mynetwork
|
2022-07-10 11:17:31 +00:00
|
|
|
environment:
|
|
|
|
- PUID=1000
|
|
|
|
- PGID=1000
|
2022-07-25 07:54:42 +00:00
|
|
|
- TZ=UTC
|
2022-07-10 11:17:31 +00:00
|
|
|
volumes:
|
|
|
|
- sonarr-config:/config
|
2022-08-09 09:56:40 +00:00
|
|
|
- torrent-downloads:/downloads #optional
|
2022-07-10 11:17:31 +00:00
|
|
|
ports:
|
|
|
|
- 8989:8989
|
|
|
|
restart: unless-stopped
|
|
|
|
|
2022-07-05 15:01:32 +00:00
|
|
|
jackett:
|
|
|
|
container_name: jackett
|
2022-07-24 15:41:01 +00:00
|
|
|
image: lscr.io/linuxserver/jackett:v0.20.1426-ls74
|
2022-07-12 12:57:45 +00:00
|
|
|
networks:
|
|
|
|
- mynetwork
|
2022-07-05 15:01:32 +00:00
|
|
|
environment:
|
|
|
|
- PUID=1000
|
|
|
|
- PGID=1000
|
2022-07-25 07:54:42 +00:00
|
|
|
- TZ=UTC
|
2022-07-05 15:01:32 +00:00
|
|
|
volumes:
|
|
|
|
- jackett-config:/config
|
|
|
|
- jackett-blackhole:/downloads
|
|
|
|
ports:
|
|
|
|
- 9117:9117
|
|
|
|
restart: unless-stopped
|
|
|
|
|
|
|
|
jellyfin:
|
2022-07-24 15:41:01 +00:00
|
|
|
image: lscr.io/linuxserver/jellyfin:10.8.1-1-ls171
|
2022-07-05 15:01:32 +00:00
|
|
|
container_name: jellyfin
|
2022-07-12 12:57:45 +00:00
|
|
|
networks:
|
|
|
|
- mynetwork
|
2022-07-05 15:01:32 +00:00
|
|
|
environment:
|
|
|
|
- PUID=1000
|
|
|
|
- PGID=1000
|
2022-07-25 07:54:42 +00:00
|
|
|
- TZ=UTC
|
2022-07-05 15:01:32 +00:00
|
|
|
volumes:
|
2022-07-06 06:37:17 +00:00
|
|
|
- jellyfin-config:/config
|
2022-08-09 09:56:40 +00:00
|
|
|
- torrent-downloads:/data
|
2022-07-24 15:59:55 +00:00
|
|
|
# devices:
|
|
|
|
# - /dev/videoN:/dev/videoN # Mount GPU device
|
2022-07-05 15:01:32 +00:00
|
|
|
ports:
|
|
|
|
- 8096:8096
|
|
|
|
- 7359:7359/udp #optional
|
2022-07-05 15:48:44 +00:00
|
|
|
- 8920:8920
|
2022-07-05 15:01:32 +00:00
|
|
|
restart: unless-stopped
|
|
|
|
|
|
|
|
volumes:
|
2022-08-09 09:56:40 +00:00
|
|
|
torrent-downloads:
|
2022-07-05 15:01:32 +00:00
|
|
|
radarr-config:
|
2022-07-10 11:17:31 +00:00
|
|
|
sonarr-config:
|
2022-07-05 15:01:32 +00:00
|
|
|
jackett-config:
|
|
|
|
jackett-blackhole:
|
|
|
|
jellyfin-config:
|
2022-08-09 09:56:40 +00:00
|
|
|
qbittorrent-config:
|
|
|
|
## If transmission is enabled, Uncomment below volumes ##
|
|
|
|
# tx-config:
|
|
|
|
# tx-watch:
|
2022-07-12 12:50:39 +00:00
|
|
|
|
|
|
|
networks:
|
|
|
|
mynetwork:
|
|
|
|
external: true
|