3d5de06b44
AI-powered web app that recommends unwatched movies from a Jellyfin library based on natural language mood input. Jellyfin auth, modular LLM backend (Claude/OpenAI/Ollama), two-tier pre-filter + AI ranking, mobile-responsive dark theme UI with poster cards and deep links. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
14 lines
256 B
YAML
14 lines
256 B
YAML
services:
|
|
movie-night:
|
|
build: .
|
|
container_name: movie-night
|
|
environment:
|
|
- TZ=America/Los_Angeles
|
|
env_file:
|
|
- .env
|
|
volumes:
|
|
- /srv/configs/movie-night:/data
|
|
ports:
|
|
- "5210:5210"
|
|
restart: unless-stopped
|