Create mediathek-downloader.yaml

This commit is contained in:
Tobias Nauen
2025-07-28 09:15:39 +02:00
committed by GitHub
parent a4a1b41119
commit 8ea072c156

13
mediathek-downloader.yaml Normal file
View File

@@ -0,0 +1,13 @@
version: '1'
services:
downloader:
image: python:3
restart: unless-stopped
volumes:
- '/hdd/mediathek-downloader:/downloader'
- '/hdd/media/shows:/downloads'
environment:
- PWD=/downloader
- OUTFOLDER=/downloads
command: /downloader/run.sh