added docker files

This commit is contained in:
2023-07-28 18:51:28 -05:00
parent db0d8845c3
commit f544201203
86 changed files with 4393 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
version: "3"
services:
metube:
container_name: metube
hostname: metube
image: alexta69/metube
user: "1000:1000"
ports:
- 8082:8081
restart: always
volumes:
- /mnt/downloads/youtubedl:/downloads