mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 01:10:11 -08:00
added jellyseer
This commit is contained in:
@@ -93,6 +93,19 @@ services:
|
||||
restart: always
|
||||
labels:
|
||||
- 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:
|
||||
image: lscr.io/linuxserver/tautulli:latest
|
||||
container_name: tautulli
|
||||
@@ -127,4 +140,4 @@ volumes:
|
||||
gluetun_data: null
|
||||
sabnzbd_data: null
|
||||
tautulli: null
|
||||
|
||||
networks: {}
|
||||
|
||||
Reference in New Issue
Block a user