added metube

This commit is contained in:
dominikhoebert
2024-08-01 17:23:43 +02:00
parent eb8cbcda91
commit d95185edad
3 changed files with 27 additions and 10 deletions

20
metube/compose.yml Normal file
View File

@@ -0,0 +1,20 @@
# https://github.com/alexta69/metube
# Web GUI for youtube-dl (using the yt-dlp fork) with playlist support. Allows you to download videos from YouTube and dozens of other sites.
name: metube
services:
metube:
networks:
- proxy
image: ghcr.io/alexta69/metube
container_name: metube
ports:
- "8088:8081"
volumes:
- ./downloads:/downloads
networks:
proxy:
external: true