Create metube

This commit is contained in:
Marco Antonio Vivas
2025-09-28 15:26:41 -03:00
committed by GitHub
parent 5991a6f5b3
commit 4805b3ec76

15
metube Normal file
View File

@@ -0,0 +1,15 @@
services:
metube:
image: alexta69/metube:latest
container_name: metube
ports:
- '8004:8081'
volumes:
- ./downloads:/downloads
- ./audio-downloads:/audio-downloads # Optional, if you want to separate audio downloads
environment:
- UID=1000
- GID=1000
- TZ=Asia/Kolkata
- AUDIO_DOWNLOAD_DIR=/audio-downloads # Optional, if you want to separate audio downloads
restart: unless-stopped