Add tautulli (formerly PlexPy)
This commit is contained in:
parent
0561ba9042
commit
864d8e1e70
|
@ -169,6 +169,25 @@ services:
|
||||||
- 'traefik.frontend.auth.basic=${HTTP_USER}:${HTTP_PASSWORD}'
|
- 'traefik.frontend.auth.basic=${HTTP_USER}:${HTTP_PASSWORD}'
|
||||||
- 'traefik.enable=true'
|
- 'traefik.enable=true'
|
||||||
|
|
||||||
|
tautulli:
|
||||||
|
image: linuxserver/tautulli
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- web
|
||||||
|
volumes:
|
||||||
|
- config:/config
|
||||||
|
- plexlogs/logs:ro
|
||||||
|
environment:
|
||||||
|
- PGID=0
|
||||||
|
- PUID=0
|
||||||
|
- TZ=Europe/Paris
|
||||||
|
labels:
|
||||||
|
- 'traefik.backend=tautulli'
|
||||||
|
- 'traefik.port=8181'
|
||||||
|
- 'traefik.frontend.rule=Host:tautulli.${TRAEFIK_DOMAIN}'
|
||||||
|
- 'traefik.frontend.auth.basic=${HTTP_USER}:${HTTP_PASSWORD}'
|
||||||
|
- 'traefik.enable=true'
|
||||||
|
|
||||||
portainer:
|
portainer:
|
||||||
image: portainer/portainer
|
image: portainer/portainer
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -217,3 +236,7 @@ volumes:
|
||||||
driver: local-persist
|
driver: local-persist
|
||||||
driver_opts:
|
driver_opts:
|
||||||
mountpoint: /data/torrents/deluge
|
mountpoint: /data/torrents/deluge
|
||||||
|
plexlogs:
|
||||||
|
driver: local-persist
|
||||||
|
driver_opts:
|
||||||
|
mountpoint: /data/config/Plex\ Media\ Server/Logs
|
Loading…
Reference in New Issue