Remove Plex

This commit is contained in:
Paul-Henri Froidmont 2018-07-28 02:13:21 +02:00
parent fccef5c563
commit de16b875a1
7 changed files with 0 additions and 57 deletions

View file

@ -341,9 +341,6 @@ check host mail-admin with address mailu.banditlair.com
#check host Grafana with address grafana.banditlair.com
# if failed port 443 protocol https with timeout 20 seconds then alert
#check host Plex with address plex.banditlair.com
# if failed port 443 protocol https with timeout 20 seconds then alert
#check host sonar with address sonar.banditlair.com
# if failed port 443 protocol https with timeout 20 seconds then alert

View file

@ -1 +0,0 @@
---

View file

@ -1,29 +0,0 @@
version: '2.2'
networks:
web:
external:
name: web
services:
plex:
image: plexinc/pms-docker:plexpass
hostname: ${PLEX_DOMAIN}
volumes:
- /var/lib/plex/database:/config
- /media:/data
- /var/lib/plex/transcode:/transcode
- /tmp:/tmp
- /etc/localtime:/etc/localtime:ro
environment:
- ADVERTISE_IP=https://plex.banditlair.com/
labels:
- "traefik.backend=plex"
- "traefik.docker.network=web"
- "traefik.frontend.rule=Host:plex.banditlair.com"
- "traefik.enable=true"
- "traefik.port=32400"
- "traefik.default.protocol=http"
networks:
- web
restart: always

View file

@ -1,2 +0,0 @@
dependencies:
- traefik-proxy-docker

View file

@ -1,13 +0,0 @@
---
- name: Copy plex docker files
copy:
src: plex
dest: "{{docker_compose_files_folder}}"
- name: Create plex .env
template:
src: plex/.env
dest: "{{docker_compose_files_folder}}/plex/.env"
- name: Start plex docker project
docker_service:
project_src: "{{docker_compose_files_folder}}/plex"
state: present

View file

@ -1,8 +0,0 @@
COMPOSE_PROJECT_NAME=plex
#Domains
PLEX_DOMAIN=plex.banditlair.com
#Plex
PLEX_USERNAME=banditlair
PLEX_PASSWORD={{plex_account_password}}