added tautulli and then some
This commit is contained in:
parent
13f5161147
commit
933d57800a
|
@ -1,4 +1,4 @@
|
||||||
PLEX_CLAIM=
|
PLEX_CLAIM=<https://www.plex.tv/claim/>
|
||||||
DOMAIN=example.com
|
DOMAIN=example.com
|
||||||
UID=1000
|
UID=1000
|
||||||
GID=1000
|
GID=1000
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
version: '3.1'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
nginx-proxy:
|
nginx-proxy:
|
||||||
image: jwilder/nginx-proxy
|
image: jwilder/nginx-proxy
|
||||||
|
@ -9,14 +7,13 @@ services:
|
||||||
- /var/run/docker.sock:/tmp/docker.sock:ro
|
- /var/run/docker.sock:/tmp/docker.sock:ro
|
||||||
- ./client_max_body_size.conf:/etc/nginx/conf.d/client_max_body_size.conf:ro
|
- ./client_max_body_size.conf:/etc/nginx/conf.d/client_max_body_size.conf:ro
|
||||||
plex:
|
plex:
|
||||||
image: lscr.io/linuxserver/plex:latest
|
image: plexinc/pms-docker:latest
|
||||||
container_name: plex
|
container_name: plex
|
||||||
environment:
|
environment:
|
||||||
- PUID=${UID}
|
- PUID=${UID}
|
||||||
- PGID=${GID}
|
- PGID=${GID}
|
||||||
- TZ=${TZ}
|
- TZ=${TZ}
|
||||||
- VIRTUAL_HOST=plex.${DOMAIN}
|
- VIRTUAL_HOST=plex.${DOMAIN}
|
||||||
#- VIRTUAL_PORT=32400
|
|
||||||
- VERSION=docker
|
- VERSION=docker
|
||||||
- PLEX_CLAIM=${PLEX_CLAIM}
|
- PLEX_CLAIM=${PLEX_CLAIM}
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -28,6 +25,19 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 32400:32400
|
- 32400:32400
|
||||||
restart: unless-stopped
|
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:
|
homarr:
|
||||||
container_name: homarr
|
container_name: homarr
|
||||||
image: ghcr.io/ajnart/homarr:latest
|
image: ghcr.io/ajnart/homarr:latest
|
||||||
|
|
Loading…
Reference in New Issue
Block a user