Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Auth bypass #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ services:
image: linuxserver/sabnzbd:latest
container_name: sabnzbd
hostname: sabnzbd
ports:
- "8080:8080"
volumes:
- ${CONFIG}/sabnzbd:/config
- ${DOWNLOAD}/complete:/downloads
Expand All @@ -73,8 +71,6 @@ services:
image: linuxserver/sonarr:latest
container_name: sonarr
hostname: sonarr
ports:
- "8989:8989"
volumes:
- ${CONFIG}/sonarr:/config
- ${DOWNLOAD}/complete:/downloads
Expand All @@ -96,8 +92,6 @@ services:
image: linuxserver/radarr:latest
container_name: radarr
hostname: radarr
ports:
- "7878:7878"
volumes:
- ${CONFIG}/radarr:/config
- ${DOWNLOAD}/complete:/downloads
Expand All @@ -118,8 +112,6 @@ services:
image: linuxserver/lidarr:latest
container_name: lidarr
hostname: lidarr
ports:
- "8686:8686"
volumes:
- ${CONFIG}/lidarr:/config
- /etc/localtime:/etc/localtime:ro
Expand All @@ -140,8 +132,6 @@ services:
image: linuxserver/lazylibrarian:latest
container_name: lazylibrarian
hostname: lazylibrarian
ports:
- "5299:5299"
volumes:
- ${CONFIG}/lazylibrarian:/config
- ${DOWNLOAD}/complete:/downloads
Expand All @@ -162,8 +152,6 @@ services:
image: linuxserver/mylar:latest
container_name: mylar
hostname: mylar
ports:
- "8090:8090"
volumes:
- ${CONFIG}/mylar:/config
- ${DOWNLOAD}/complete:/downloads
Expand Down Expand Up @@ -207,10 +195,6 @@ services:
hostname: plex
ports:
- "32400:32400"
- "32400:32400/udp"
- "32469:32469"
- "32469:32469/udp"
- "1900:1900/udp"
volumes:
- ${CONFIG}/plex:/config
- ${DATA}/tv:/media/tv
Expand All @@ -233,8 +217,6 @@ services:
image: linuxserver/tautulli:latest
container_name: tautulli
hostname: tautulli
ports:
- "8181:8181"
volumes:
- ${CONFIG}/plexpy:/config
- ${CONFIG}/plex/Library/Application Support/Plex Media Server/Logs:/logs:ro
Expand Down Expand Up @@ -291,8 +273,6 @@ services:
image: cpoppema/docker-flexget
container_name: flexget
hostname: flexget
ports:
- "5050:5050"
volumes:
- ${CONFIG}/flexget:/config
- ${DOWNLOAD}/watch:/watch
Expand Down