Open-source media request and discovery manager for Jellyfin, Plex, and Emby.
services:
seerr:
build:
context: .
dockerfile: Dockerfile.local
ports:
- 5055:5055
volumes:
- .:/app:rw,cached
- /app/node_modules
- /app/.next