-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompose.yml
More file actions
35 lines (34 loc) · 898 Bytes
/
Copy pathcompose.yml
File metadata and controls
35 lines (34 loc) · 898 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
version: "3.9"
services:
plex:
# image: lscr.io/linuxserver/plex:latest
image: plexinc/pms-docker
restart: unless-stopped
environment:
# - PUID=1000
# - PGID=1000
# - TZ=Etc/UTC
VERSION: docker
# - PLEX_CLAIM= #optional
# devices:
# - /dev/dri:/dev/dri
volumes:
- /srv/plex/library:/config
- /srv/plex/tvseries:/tv
- /srv/plex/movies:/movies
- /srv/plex/data:/data
ports:
- "32400:32400"
networks:
- caddy
labels:
traefik.enable: "true"
traefik.http.services.plex.loadbalancer.server.port: 32400
traefik.http.routers.plex.rule: >
Host(`plex.marcpartensky.com`)
traefik.http.routers.plex.entrypoints: web
# traefik.http.routers.plex.tls.certresolver: tls
# traefik.http.routers.plex.middlewares: ldap_auth
networks:
caddy:
external: true