Restore homemade plex

This commit is contained in:
Jean Froment 2018-06-19 20:19:55 +02:00
parent a178b1cddf
commit 23bec9b7b2
1 changed files with 27 additions and 27 deletions

View File

@ -73,40 +73,19 @@ services:
# ports:
# - "7474:80"
# plex:
# image: fromenje/seedbox:plex
# build: Dockerfiles/plex
# restart: always
# networks:
# - web
# ports:
# - "32400:32400"
# volumes:
# - config:/config
# - torrents:/torrents
# env_file:
# - config
# labels:
# - 'traefik.backend=plex'
# - 'traefik.port=32400'
# - 'traefik.frontend.rule=Host:plex.${TRAEFIK_DOMAIN}'
# - 'traefik.frontend.auth.basic=${HTTP_USER}:${HTTP_PASSWORD}'
# - 'traefik.enable=true'
plex:
image: linuxserver/plex
image: fromenje/seedbox:plex
build: Dockerfiles/plex
restart: always
network_mode: host
networks:
- web
ports:
- "32400:32400"
volumes:
- config:/config
- torrents:/torrents
environment:
- PGID=0
- PUID=0
- TZ=Europe/Paris
- VERSION=latest
env_file:
- config
labels:
- 'traefik.backend=plex'
- 'traefik.port=32400'
@ -114,6 +93,27 @@ services:
- 'traefik.frontend.auth.basic=${HTTP_USER}:${HTTP_PASSWORD}'
- 'traefik.enable=true'
# plex:
# image: linuxserver/plex
# restart: always
# network_mode: host
# ports:
# - "32400:32400"
# volumes:
# - config:/config
# - torrents:/torrents
# environment:
# - PGID=0
# - PUID=0
# - TZ=Europe/Paris
# - VERSION=latest
# labels:
# - 'traefik.backend=plex'
# - 'traefik.port=32400'
# - 'traefik.frontend.rule=Host:plex.${TRAEFIK_DOMAIN}'
# - 'traefik.frontend.auth.basic=${HTTP_USER}:${HTTP_PASSWORD}'
# - 'traefik.enable=true'
sonarr:
image: linuxserver/sonarr:develop