add jellyseerr
All checks were successful
deploy media services / deploy (push) Successful in 1m5s

This commit is contained in:
Elias Ahokas
2025-11-25 19:56:43 +02:00
parent c7c5f0f7b0
commit 8b3b6970ce
2 changed files with 15 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ Media services running on z420
- radarr - radarr
- sonarr - sonarr
- prowlarr - prowlarr
- jellyseerr
## setup ## setup

View File

@@ -94,6 +94,7 @@ services:
- 8989:8989 - 8989:8989
- 7878:7878 - 7878:7878
- 9696:9696 - 9696:9696
- 5055:5055
prowlarr: prowlarr:
image: lscr.io/linuxserver/prowlarr:latest image: lscr.io/linuxserver/prowlarr:latest
@@ -106,3 +107,16 @@ services:
- /var/lib/z420/prowlarr_config:/config - /var/lib/z420/prowlarr_config:/config
restart: unless-stopped restart: unless-stopped
network_mode: "service:gluetun" network_mode: "service:gluetun"
jellyseerr:
image: fallenbagel/jellyseerr:latest
container_name: jellyseerr
environment:
- LOG_LEVEL=info
- TZ=Europe/Helsinki
- PUID=1000
- PGID=1000
volumes:
- /var/lib/z420/jellyseerr_config:/app/config
restart: unless-stopped
network_mode: "service:gluetun"