fix: mount YouTube cookies file for yt-dlp authentication

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-02-08 12:35:49 +00:00
parent 6ab5f805a4
commit 5018915b10
1 changed files with 2 additions and 0 deletions

View File

@ -61,8 +61,10 @@ services:
environment:
- DATABASE_URL=${DATABASE_URL:-postgresql+asyncpg://clipforge:changeme_clipforge_2025@postgres:5432/clipforge}
- REDIS_URL=${REDIS_URL:-redis://redis:6379/0}
- YTDLP_COOKIES_FILE=/app/cookies.txt
volumes:
- media_data:/data
- ${COOKIES_PATH:-./cookies.txt}:/app/cookies.txt:ro
depends_on:
postgres:
condition: service_healthy