Initial apps

This commit is contained in:
Andy Bunce 2021-10-21 20:30:21 +00:00
parent 56b56ec41b
commit f9c929b501
17 changed files with 101 additions and 0 deletions

2
tvheadend/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
recordings/

1
tvheadend/README.md Normal file
View file

@ -0,0 +1 @@
tvheadend setup

View file

@ -0,0 +1,19 @@
---
version: "2.1"
services:
tvheadend:
image: lscr.io/linuxserver/tvheadend
container_name: tvheadend
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/London
volumes:
- ./config:/config
- ./recordings:/recordings
ports:
- 9981:9981
- 9982:9982
devices:
- /dev/dvb:/dev/dvb #optional
restart: unless-stopped