mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-10-10 16:46:17 +00:00
added metube
This commit is contained in:
20
metube/compose.yml
Normal file
20
metube/compose.yml
Normal 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
|
||||
|
Reference in New Issue
Block a user