Add ytdlp support

This commit is contained in:
Colin Hebert
2023-01-05 13:47:13 +01:00
parent 950402a5dd
commit 70ae177301

View File

@@ -67,6 +67,19 @@ services:
traefik.enable: true
traefik.http.services.transmission.loadbalancer.server.port: 9091
youtube-dl:
image: alexta69/metube
environment:
UID: ${NASCOMPOSE_UID?}
GID: ${NASCOMPOSE_GID?}
networks:
- traefik
volumes:
- youtube:/downloads
restart: unless-stopped
labels:
traefik.enable: true
# TODO:
# NZBGet
@@ -103,6 +116,11 @@ volumes:
type: none
o: bind
device: ${NASCOMPOSE_DOWNLOADS?}/usenet/
youtube:
driver_opts:
type: none
o: bind
device: ${NASCOMPOSE_DOWNLOADS?}/youtube/
prowlarr_config:
driver_opts: