add metube

This commit is contained in:
rebel onion 2025-07-12 15:40:56 -05:00
parent 6eceb2d2cd
commit 1f62773882

View file

@ -0,0 +1,20 @@
services:
metube:
image: alexta69/metube
container_name: metube
environment:
- UID=1000
- GID=100
- UMASK=002
- LANG=C.UTF-8
- GPG_KEY=${GPG_KEY}
- PYTHON_VERSION=3.11.10
- PYTHON_SHA256=07a4356e912900e61a15cb0949a06c4a05012e213ecd6b4e84d0f67aabbee372
- DOWNLOAD_DIR=/downloads
- STATE_DIR=/downloads/.metube
- TEMP_DIR=/downloads
volumes:
- /mnt/user/media_root/downloads/dlp:/downloads
ports:
- "8082:8081"
restart: unless-stopped