mirror of
https://github.com/Adam-Ant/media-server-in-a-box
synced 2024-12-20 14:44:34 +00:00
Remove unused services
This commit is contained in:
parent
a339e3d261
commit
f7935930f5
@ -44,26 +44,6 @@ services:
|
|||||||
- container:media
|
- container:media
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
headphones:
|
|
||||||
image: adamant/headphones
|
|
||||||
depends_on:
|
|
||||||
- deluge
|
|
||||||
- nzbget
|
|
||||||
volumes_from:
|
|
||||||
- data
|
|
||||||
- container:media
|
|
||||||
restart: always
|
|
||||||
|
|
||||||
radarr:
|
|
||||||
image: adamant/radarr
|
|
||||||
depends_on:
|
|
||||||
- deluge
|
|
||||||
- nzbget
|
|
||||||
volumes_from:
|
|
||||||
- data
|
|
||||||
- container:media
|
|
||||||
restart: always
|
|
||||||
|
|
||||||
plex:
|
plex:
|
||||||
image: adamant/alpine-plex
|
image: adamant/alpine-plex
|
||||||
depends_on:
|
depends_on:
|
||||||
|
4
start.sh
4
start.sh
@ -4,8 +4,8 @@
|
|||||||
# Prereqs: docker, docker-compose, curl (https)
|
# Prereqs: docker, docker-compose, curl (https)
|
||||||
|
|
||||||
export VOLDIR="/volumes/media-server"
|
export VOLDIR="/volumes/media-server"
|
||||||
SERVICES=("couchpotato" "deluge" "headphones" "nzbget" "plex" "plexpy" "sickrage" "launcher" "radarr")
|
SERVICES=("couchpotato" "deluge" "nzbget" "plex" "plexpy" "sickrage" "launcher")
|
||||||
SERVICEUID=("745" "647" "526" "236" "787" "426" "439" "0" "368")
|
SERVICEUID=("745" "647" "236" "787" "426" "439" "0")
|
||||||
|
|
||||||
[[ $EUID -ne 0 ]] && echo "Please run this script as root" && exit 1
|
[[ $EUID -ne 0 ]] && echo "Please run this script as root" && exit 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user