added jellyseer

This commit is contained in:
Peter Wood
2025-03-29 18:57:30 +00:00
parent dd3adbcb91
commit cc27fc070b

View File

@@ -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: {}