mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 06:40:12 -08:00
added jellyseer
This commit is contained in:
@@ -93,6 +93,19 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
labels:
|
labels:
|
||||||
- diun.enable=true
|
- diun.enable=true
|
||||||
|
jellyseerr:
|
||||||
|
image: fallenbagel/jellyseerr:latest
|
||||||
|
container_name: jellyseerr
|
||||||
|
environment:
|
||||||
|
- LOG_LEVEL=debug
|
||||||
|
- TZ=America/New_York
|
||||||
|
ports:
|
||||||
|
- 5055:5055
|
||||||
|
volumes:
|
||||||
|
- /docker/config/jellyseerr/:/app/config
|
||||||
|
restart: unless-stopped
|
||||||
|
labels:
|
||||||
|
- diun.enable=true
|
||||||
tautulli:
|
tautulli:
|
||||||
image: lscr.io/linuxserver/tautulli:latest
|
image: lscr.io/linuxserver/tautulli:latest
|
||||||
container_name: tautulli
|
container_name: tautulli
|
||||||
@@ -127,4 +140,4 @@ volumes:
|
|||||||
gluetun_data: null
|
gluetun_data: null
|
||||||
sabnzbd_data: null
|
sabnzbd_data: null
|
||||||
tautulli: null
|
tautulli: null
|
||||||
|
networks: {}
|
||||||
|
|||||||
Reference in New Issue
Block a user