1
0
mirror of https://github.com/Adam-Ant/media-server-in-a-box synced 2024-07-06 05:36:15 +00:00

Fix Dockerfile, Clean Repo a little

This commit is contained in:
Adam Dodman 2017-08-07 13:21:00 +01:00
parent 3f5ed90fd3
commit 68dc22e614
2 changed files with 2 additions and 81 deletions

View File

@ -1,79 +0,0 @@
version: '2'
services:
data:
image: tianon/true
volumes:
- $VOLDIR:/config
nzbget:
image: adamant/nzbget
depends_on:
- data
volumes_from:
- data
- container:media
restart: always
ports:
- "6789:6789"
deluge:
image: adamant/deluge
depends_on:
- data
volumes_from:
- data
- container:media
restart: always
ports:
- "8112:8112"
- "58846:58846"
- "53160:53160"
- "53160:53160/udp"
sickrage:
image: adamant/sickrage
depends_on:
- deluge
- nzbget
volumes_from:
- data
- container:media
restart: always
ports:
- "8081:8081"
couchpotato:
image: adamant/couchpotato
depends_on:
- deluge
- nzbget
volumes_from:
- data
- container:media
restart: always
ports:
- "5050:5050"
plex:
image: adamant/alpine-plex
depends_on:
- sickrage
- couchpotato
volumes_from:
- data
- container:media
restart: always
network_mode: "host"
ports:
- "32400:32400"
plexpy:
image: adamant/plexpy
depends_on:
- plex
volumes_from:
- data
restart: always
ports:
- "8182:8181"

View File

@ -46,10 +46,10 @@ services:
restart: always
plex:
image: adamant/plex-tiny
image: adamant/plexmediaserver:plexpass
depends_on:
- sickrage
- couchpotato
- radarr
volumes:
- $VOLDIR/plex:/config/Plex Media Server
volumes_from: