Add prowlarr
This commit is contained in:
parent
66bd0feae8
commit
c01aed817e
@ -2,8 +2,7 @@ version: "3.9"
|
||||
name: media-stack
|
||||
services:
|
||||
transmission:
|
||||
profiles:
|
||||
- v1.0
|
||||
profiles: ["tx", "v1.0"]
|
||||
container_name: transmission
|
||||
image: lscr.io/linuxserver/transmission:3.00-r5-ls127
|
||||
networks:
|
||||
@ -28,8 +27,7 @@ services:
|
||||
## Change password after install from UI --> Tools --> Options --> WebUI ##
|
||||
qbittorrent:
|
||||
container_name: qbittorrent
|
||||
profiles:
|
||||
- v2.0
|
||||
profiles: ["qbt", "v2.0"]
|
||||
image: lscr.io/linuxserver/qbittorrent:4.4.3.1-r1-ls209
|
||||
networks:
|
||||
- mynetwork
|
||||
@ -47,9 +45,7 @@ services:
|
||||
- 6881:6881/udp
|
||||
restart: "unless-stopped"
|
||||
radarr:
|
||||
profiles:
|
||||
- v1.0
|
||||
- v2.0
|
||||
profiles: ["radarr", "v1.0", "v2.0"]
|
||||
container_name: radarr
|
||||
image: lscr.io/linuxserver/radarr:4.1.0.6175-ls146
|
||||
networks:
|
||||
@ -66,9 +62,7 @@ services:
|
||||
restart: "unless-stopped"
|
||||
|
||||
sonarr:
|
||||
profiles:
|
||||
- v1.0
|
||||
- v2.0
|
||||
profiles: ["sonarr", "v1.0", "v2.0"]
|
||||
image: lscr.io/linuxserver/sonarr:3.0.8.1507-ls150
|
||||
container_name: sonarr
|
||||
networks:
|
||||
@ -85,9 +79,7 @@ services:
|
||||
restart: unless-stopped
|
||||
|
||||
jackett:
|
||||
profiles:
|
||||
- v1.0
|
||||
- v2.0
|
||||
profiles: ["jackett", "v1.0"]
|
||||
container_name: jackett
|
||||
image: lscr.io/linuxserver/jackett:v0.20.1426-ls74
|
||||
networks:
|
||||
@ -103,10 +95,24 @@ services:
|
||||
- 9117:9117
|
||||
restart: unless-stopped
|
||||
|
||||
prowlarr:
|
||||
profiles: ["prowlarr", "v2.0"]
|
||||
container_name: prowlarr
|
||||
image: linuxserver/prowlarr:develop-0.4.3.1921-ls62
|
||||
networks:
|
||||
- mynetwork
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=UTC
|
||||
volumes:
|
||||
- prowlarr-config:/config
|
||||
ports:
|
||||
- 9696:9696
|
||||
restart: unless-stopped
|
||||
|
||||
jellyfin:
|
||||
profiles:
|
||||
- v1.0
|
||||
- v2.0
|
||||
profiles: ["jelly", "v1.0", "v2.0"]
|
||||
image: lscr.io/linuxserver/jellyfin:10.8.1-1-ls171
|
||||
container_name: jellyfin
|
||||
networks:
|
||||
@ -132,6 +138,7 @@ volumes:
|
||||
sonarr-config:
|
||||
jackett-config:
|
||||
jackett-blackhole:
|
||||
prowlarr-config:
|
||||
jellyfin-config:
|
||||
qbittorrent-config:
|
||||
tx-config:
|
||||
|
Loading…
Reference in New Issue
Block a user