fix: mount YouTube cookies file for yt-dlp authentication
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
6ab5f805a4
commit
5018915b10
|
|
@ -61,8 +61,10 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- DATABASE_URL=${DATABASE_URL:-postgresql+asyncpg://clipforge:changeme_clipforge_2025@postgres:5432/clipforge}
|
- DATABASE_URL=${DATABASE_URL:-postgresql+asyncpg://clipforge:changeme_clipforge_2025@postgres:5432/clipforge}
|
||||||
- REDIS_URL=${REDIS_URL:-redis://redis:6379/0}
|
- REDIS_URL=${REDIS_URL:-redis://redis:6379/0}
|
||||||
|
- YTDLP_COOKIES_FILE=/app/cookies.txt
|
||||||
volumes:
|
volumes:
|
||||||
- media_data:/data
|
- media_data:/data
|
||||||
|
- ${COOKIES_PATH:-./cookies.txt}:/app/cookies.txt:ro
|
||||||
depends_on:
|
depends_on:
|
||||||
postgres:
|
postgres:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue