first commit

This commit is contained in:
2025-07-08 15:09:09 +00:00
commit d972d40f7a
3 changed files with 135 additions and 0 deletions

8
docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
services:
web:
build: ./app
ports:
- "5080:5000"
volumes:
- ./app/downloads:/app/downloads
container_name: yt-downloader