Last Sync: 2026-01-01 23:18 (Mobile)

This commit is contained in:
2026-01-01 23:18:34 +09:00
parent efefcb9046
commit 5875f2b9e4
2719 changed files with 254620 additions and 0 deletions

26
youtubedownloader.md Normal file
View File

@@ -0,0 +1,26 @@
services:
youtubedownloader:
container_name: YouTube-Downloader
image: tzahi12345/youtubedl-material:nightly
mem_limit: 6g
cpu_shares: 768
healthcheck:
test: curl -f http://localhost:17442/ || exit 1
security_opt:
- no-new-privileges:true
restart: on-failure:5
environment:
UID: 1026
GID: 100
ytdl_default_downloader: yt-dlp
ytdl_use_local_db: true
ytdl_port: 17442
write_ytdl_config: true
ports:
- 8084:17442
volumes:
- /volume2/docker/youtubedl/appdata:/app/appdata:rw
- /volume2/docker/youtubedl/audio:/app/audio:rw
- /volume2/docker/youtubedl/subscriptions:/app/subscriptions:rw
- /volume2/docker/youtubedl/users:/app/users:rw
- /volume2/docker/youtubedl/video:/app/video:rw