1
0
Fork 0

update Dockerfile

This commit is contained in:
Samive 2026-04-10 15:30:04 +08:00
commit c5f5a7b74e
2 changed files with 22 additions and 5 deletions

9
docker-compose.yml Normal file
View file

@ -0,0 +1,9 @@
services:
yt-dlp-web:
build: .
container_name: yt-dlp-web
ports:
- "8000:8000"
volumes:
- ./cookies.txt:/tmp/cookies.txt:ro
- ./downloads:/app/web/backend/downloads