run plex in host networking mode
All checks were successful
Deploy Containers / Prepare (push) Successful in 1m10s
All checks were successful
Deploy Containers / Prepare (push) Successful in 1m10s
This commit is contained in:
3
main.yml
3
main.yml
@@ -75,6 +75,9 @@
|
||||
- name: Deploy Docs
|
||||
import_tasks: tasks/docs.yml
|
||||
tags: docs_deploy
|
||||
- name: Deploy Gitea Runner
|
||||
import_tasks: tasks/runner.yml
|
||||
tags: runner_deploy
|
||||
|
||||
- hosts: jackson
|
||||
|
||||
|
||||
@@ -5,6 +5,13 @@ http:
|
||||
address: http://tinyauth:3000/api/auth/traefik
|
||||
|
||||
routers:
|
||||
plex:
|
||||
rule: "Host(`tv.fntz.net`)"
|
||||
service: plex
|
||||
entryPoints:
|
||||
- webSecure
|
||||
tls:
|
||||
certResolver: letsencrypt
|
||||
jtraefik:
|
||||
rule: "Host(`traefik-jackson.fntz.net`)"
|
||||
service: jtraefik
|
||||
@@ -35,6 +42,10 @@ http:
|
||||
certResolver: letsencrypt
|
||||
|
||||
services:
|
||||
plex:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: "http://172.16.0.44:32400"
|
||||
jtraefik:
|
||||
loadBalancer:
|
||||
servers:
|
||||
|
||||
@@ -7,8 +7,7 @@
|
||||
image:
|
||||
name: lscr.io/linuxserver/plex
|
||||
tag: latest
|
||||
networks:
|
||||
- name: homelab
|
||||
network_mode: host
|
||||
devices:
|
||||
- /dev/dri:/dev/dri
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user