Fork of Overseerr but for Jellyfin.
services: jellyseerr: container_name: jellyseerr image: fallenbagel/jellyseerr:latest environment: - LOG_LEVEL=${LOG_LEVEL} - TZ=${TZ} ports: - 5055:5055 volumes: - /home/raphaelgc/apps/media-center/config/jellyseerr:/app/config restart: unless-stopped networks: - homelab