homelab/compose/media/frontend/jellyseer/compose.yml
Eduardo Figueroa cae18a8dba
templates
2025-10-24 11:47:48 -07:00

14 lines
377 B
YAML

# https://hub.docker.com/r/fallenbagel/jellyseerr
services:
jellyseerr:
image: fallenbagel/jellyseerr:latest
container_name: jellyseerr
environment:
- LOG_LEVEL=debug
- TZ=America/Los_Angeles
ports:
- 8002:5055
volumes:
- /path/to/appdata/config:/app/config
restart: unless-stopped