DVR Updates

Added fallback settings.
Added subtitles to cards.
Add data volume mount to Docker container.
This commit is contained in:
Dispatcharr 2025-09-04 08:22:13 -05:00
parent 00cc83882a
commit 41e32bc08a
9 changed files with 196 additions and 30 deletions

View file

@ -11,7 +11,7 @@ services:
- 8001:8001
volumes:
- ../:/app
# - ./data/db:/data
- ./data:/data
environment:
- DISPATCHARR_ENV=dev
- REDIS_HOST=localhost