first commit
This commit is contained in:
commit
b7934e09cc
6 changed files with 193 additions and 0 deletions
10
docker-compose.yaml
Normal file
10
docker-compose.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
version: '3'
|
||||
services:
|
||||
app:
|
||||
build: .
|
||||
image: mediathekdownload:latest
|
||||
volumes:
|
||||
- "/home/smokephil/Videos:/download"
|
||||
- "./config.ini:/app/config.ini"
|
||||
environment:
|
||||
- "TZ=Europe/Berlin"
|
||||
Loading…
Add table
Add a link
Reference in a new issue