mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Remove Plex
This commit is contained in:
parent
fccef5c563
commit
de16b875a1
7 changed files with 0 additions and 57 deletions
|
|
@ -19,7 +19,6 @@
|
||||||
- { role: mailu-docker, tags: [ 'mailu', 'docker' ] }
|
- { role: mailu-docker, tags: [ 'mailu', 'docker' ] }
|
||||||
- { role: nextcloud-docker, tags: [ 'nextcloud', 'docker' ] }
|
- { role: nextcloud-docker, tags: [ 'nextcloud', 'docker' ] }
|
||||||
- { role: matrix-docker, tags: [ 'matrix', 'docker' ] }
|
- { role: matrix-docker, tags: [ 'matrix', 'docker' ] }
|
||||||
- { role: plex-docker, tags: [ 'plex', 'docker' ] }
|
|
||||||
- { role: torrent-docker, tags: [ 'torrent', 'docker' ] }
|
- { role: torrent-docker, tags: [ 'torrent', 'docker' ] }
|
||||||
- { role: monit, tags: [ 'monit' ] }
|
- { role: monit, tags: [ 'monit' ] }
|
||||||
- { role: arch-mirror-docker, tags: [ 'mirror', 'docker' ] }
|
- { role: arch-mirror-docker, tags: [ 'mirror', 'docker' ] }
|
||||||
|
|
|
||||||
|
|
@ -341,9 +341,6 @@ check host mail-admin with address mailu.banditlair.com
|
||||||
#check host Grafana with address grafana.banditlair.com
|
#check host Grafana with address grafana.banditlair.com
|
||||||
# if failed port 443 protocol https with timeout 20 seconds then alert
|
# 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
|
#check host sonar with address sonar.banditlair.com
|
||||||
# if failed port 443 protocol https with timeout 20 seconds then alert
|
# if failed port 443 protocol https with timeout 20 seconds then alert
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
---
|
|
||||||
|
|
@ -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
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
dependencies:
|
|
||||||
- traefik-proxy-docker
|
|
||||||
|
|
@ -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
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
COMPOSE_PROJECT_NAME=plex
|
|
||||||
|
|
||||||
#Domains
|
|
||||||
PLEX_DOMAIN=plex.banditlair.com
|
|
||||||
|
|
||||||
#Plex
|
|
||||||
PLEX_USERNAME=banditlair
|
|
||||||
PLEX_PASSWORD={{plex_account_password}}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue