Add ytdlp support
This commit is contained in:
@@ -67,6 +67,19 @@ services:
|
|||||||
traefik.enable: true
|
traefik.enable: true
|
||||||
traefik.http.services.transmission.loadbalancer.server.port: 9091
|
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:
|
# TODO:
|
||||||
# NZBGet
|
# NZBGet
|
||||||
|
|
||||||
@@ -103,6 +116,11 @@ volumes:
|
|||||||
type: none
|
type: none
|
||||||
o: bind
|
o: bind
|
||||||
device: ${NASCOMPOSE_DOWNLOADS?}/usenet/
|
device: ${NASCOMPOSE_DOWNLOADS?}/usenet/
|
||||||
|
youtube:
|
||||||
|
driver_opts:
|
||||||
|
type: none
|
||||||
|
o: bind
|
||||||
|
device: ${NASCOMPOSE_DOWNLOADS?}/youtube/
|
||||||
|
|
||||||
prowlarr_config:
|
prowlarr_config:
|
||||||
driver_opts:
|
driver_opts:
|
||||||
|
|||||||
Reference in New Issue
Block a user