added docker files
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
youtubedl-material:
|
||||
container_name: youtubedl-material
|
||||
hostname: youtubedl-material
|
||||
image: tzahi12345/youtubedl-material
|
||||
environment:
|
||||
- PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
||||
- UID=1000
|
||||
- GID=1000
|
||||
- USER=youtube
|
||||
ports:
|
||||
- 8998:17442/tcp
|
||||
restart: always
|
||||
volumes:
|
||||
- /docker/appdata/youtubedl/appdata:/app/appdata
|
||||
- /docker/appdata/youtubedl/subscriptions:/app/subscriptions
|
||||
- /docker/appdata/youtubedl/users:/app/users
|
||||
- /mnt/downloads/youtubedl:/app/audio
|
||||
- /mnt/downloads/youtubedl:/app/video
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
Reference in New Issue
Block a user