1
public/svgs/plex.svg
Normal file
1
public/svgs/plex.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><rect width="512" height="512" rx="15%" fill="#282a2d"/><path d="M256 70H148l108 186-108 186h108l108-186z" fill="#e5a00d"/></svg>
|
||||
|
After Width: | Height: | Size: 191 B |
27
templates/compose/plex.yaml
Normal file
27
templates/compose/plex.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
# documentation: https://docs.linuxserver.io/images/docker-plex/
|
||||
# slogan: Plex organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices.
|
||||
# tags: media, server, movies, tv, music
|
||||
# logo: svgs/plex.svg
|
||||
# port: 32400
|
||||
|
||||
services:
|
||||
plex:
|
||||
image: lscr.io/linuxserver/plex:latest
|
||||
environment:
|
||||
- SERVICE_FQDN_PLEX_32400
|
||||
- _APP_URL=$SERVICE_FQDN_PLEX
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=${TZ:-America/Toronto}
|
||||
- PLEX_CLAIM=${PLEX_CLAIM}
|
||||
#devices:
|
||||
# - "/dev/dri:/dev/dri"
|
||||
volumes:
|
||||
- plex-config:/config
|
||||
- plex-tv:/tv
|
||||
- plex-movies:/movies
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:32400/identity"]
|
||||
interval: 2s
|
||||
timeout: 10s
|
||||
retries: 15
|
||||
Reference in New Issue
Block a user