add metube
This commit is contained in:
parent
6eceb2d2cd
commit
1f62773882
1 changed files with 20 additions and 0 deletions
20
unraid-docker/metube/compose.yaml
Normal file
20
unraid-docker/metube/compose.yaml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue