Overseerr
Overseerr is a request management and media discovery tool built to work with your existing Plex ecosystem. There is also a Fork for Jellyfin here

Docker Compose
Plex:
version: '3'
services:
overseerr:
image: sctx/overseerr:latest
environment:
- TZ=Europe/Berlin
ports:
- 5055:5055
volumes:
- ./config:/app/config
restart: unless-stoppedversion: "3"
services:
jellyseerr:
image: fallenbagel/jellyseerr:latest
environment:
- TZ=Europe/Berlin
ports:
- 5056:5055
volumes:
- ./config:/app/config
restart: unless-stopped