This commit is contained in:
criz 2025-08-31 08:45:07 +02:00
commit a64e32ffe0
14 changed files with 339 additions and 0 deletions

12
Metube/compose.yml Normal file
View file

@ -0,0 +1,12 @@
services:
metube:
image: ghcr.io/alexta69/metube
container_name: metube
restart: unless-stopped
ports:
- "8083:8081"
volumes:
- ./metube:/downloads
labels:
tsdproxy.enable: "true"
tsdproxy.name: "ytb-dl"