added tautulli and then some

This commit is contained in:
Neuro 2024-04-18 19:20:48 -04:00
parent 13f5161147
commit 933d57800a
2 changed files with 16 additions and 6 deletions

View File

@ -1,4 +1,4 @@
PLEX_CLAIM=
PLEX_CLAIM=<https://www.plex.tv/claim/>
DOMAIN=example.com
UID=1000
GID=1000
@ -6,4 +6,4 @@ TZ=Etc/UTC
DBUSER=example
DBPASS=password
CONFIG_LOCATION=./config
DATA_LOCATION=./data
DATA_LOCATION=./data

View File

@ -1,5 +1,3 @@
version: '3.1'
services:
nginx-proxy:
image: jwilder/nginx-proxy
@ -9,14 +7,13 @@ services:
- /var/run/docker.sock:/tmp/docker.sock:ro
- ./client_max_body_size.conf:/etc/nginx/conf.d/client_max_body_size.conf:ro
plex:
image: lscr.io/linuxserver/plex:latest
image: plexinc/pms-docker:latest
container_name: plex
environment:
- PUID=${UID}
- PGID=${GID}
- TZ=${TZ}
- VIRTUAL_HOST=plex.${DOMAIN}
#- VIRTUAL_PORT=32400
- VERSION=docker
- PLEX_CLAIM=${PLEX_CLAIM}
volumes:
@ -28,6 +25,19 @@ services:
ports:
- 32400:32400
restart: unless-stopped
tautulli:
image: lscr.io/linuxserver/tautulli:latest
container_name: tautulli
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- VIRTUAL_HOST=tautulli.${DOMAIN},plex-stats.${DOMAIN}
volumes:
- ${CONFIG_LOCATION}/tautulli:/config
ports:
- 8181:8181
restart: unless-stopped
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest