jellyseerr
Open-source media request and discovery manager for Jellyfin, Plex, and Emby.
10M+
Jellyseerr is a free and open source fork of Overseerr for managing requests for your media library. It integrates with your existing services, such as Sonarr, Radarr, and Jellyfin!
Check out our issue tracker.
Jellyseerr image support multiple architectures such as x86-64, arm64 and armv7 (deprecated since release of 2.x.x).
| Architecture | Tag |
|---|---|
| x86-64 | latest |
| ARM64 | latest |
| ARMv7 | 1.9.2 (deprecated) |
This image provides two versions that are available via tags. :latest tag provides the latest stable version. :develop are considered under development and caution must be exercised when using them.
| Tag | Tag |
|---|---|
| latest | Stable Jellyseerr releases |
| develop | Unstable Jellyseerr releases |
Installation through docker compose are as follows:
Install docker-compose
nano docker-compose.yml
Type the following in the docker-compose.yml:
version: '3'
services:
jellyseerr:
image: fallenbagel/jellyseerr:latest
container_name: jellyseerr
environment:
- LOG_LEVEL=debug
- TZ=Asia/Tashkent
ports:
- 5055:5055
volumes:
- /path/to/appdata/config:/app/config
restart: unless-stopped
docker-compose up -d
Installation through docker cli can be done by using your terminal and entering the following:
docker run -d \
--name jellyseerr \
-e LOG_LEVEL=debug \
-e TZ=Asia/Tashkent \
-p 5055:5055 \
-v /path/to/appdata/config:/app/config \
--restart unless-stopped \
fallenbagel/jellyseerr:latest
Check out the Jellyseerr Documentation.
If you like jellyseerr and want to help maintain it, please buy me a coffee as it would help me out a lot!
Content type
Image
Digest
sha256:16177e553…
Size
409.5 MB
Last updated
9 months ago
docker pull fallenbagel/jellyseerr:preview-seerr