Initial apps
This commit is contained in:
parent
56b56ec41b
commit
f9c929b501
17 changed files with 101 additions and 0 deletions
19
tvheadend/docker-compose.yml
Normal file
19
tvheadend/docker-compose.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue