mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-28 03:39:34 +02:00
remove prowlarr and qbittorrent from docker-compose.yaml
This commit is contained in:
@@ -67,32 +67,5 @@ services:
|
|||||||
POSTGRES_PASSWORD: MediaManager
|
POSTGRES_PASSWORD: MediaManager
|
||||||
ports:
|
ports:
|
||||||
- "5432:5432"
|
- "5432:5432"
|
||||||
prowlarr:
|
|
||||||
image: lscr.io/linuxserver/prowlarr:latest
|
|
||||||
container_name: prowlarr
|
|
||||||
environment:
|
|
||||||
- PUID=1000
|
|
||||||
- PGID=1000
|
|
||||||
- TZ=Etc/UTC
|
|
||||||
volumes:
|
|
||||||
- ./prowlarr:/config
|
|
||||||
restart: unless-stopped
|
|
||||||
ports:
|
|
||||||
- "9696:9696"
|
|
||||||
qbittorrent:
|
|
||||||
image: lscr.io/linuxserver/qbittorrent:latest
|
|
||||||
container_name: qbittorrent
|
|
||||||
environment:
|
|
||||||
- PUID=1000
|
|
||||||
- PGID=1000
|
|
||||||
- TZ=Etc/UTC
|
|
||||||
- WEBUI_PORT=8080
|
|
||||||
- TORRENTING_PORT=6881
|
|
||||||
ports:
|
|
||||||
- 8080:8080
|
|
||||||
- 6881:6881
|
|
||||||
- 6881:6881/udp
|
|
||||||
restart: unless-stopped
|
|
||||||
volumes:
|
|
||||||
- ./torrent/:/download/:rw
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user