Move tvheadend and gitea to docker
This commit is contained in:
parent
c3c0a1c4db
commit
9de39fde97
2 changed files with 23 additions and 3 deletions
19
docker/tvheadend/docker-compose.yaml
Normal file
19
docker/tvheadend/docker-compose.yaml
Normal file
|
@ -0,0 +1,19 @@
|
|||
version: '2'
|
||||
services:
|
||||
tvheadend:
|
||||
image: linuxserver/tvheadend
|
||||
container_name: tvheadend
|
||||
environment:
|
||||
- PUID=1001
|
||||
- PGID=985
|
||||
volumes:
|
||||
- /docker/tvheadend:/config
|
||||
- /mnt/Storage/Media/PVR:/recordings
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
- 9981:9981
|
||||
- 9982:9982
|
||||
devices:
|
||||
- /dev/dri:/dev/dri #hardware acceleration
|
||||
- /dev/dvb:/dev/dvb #tuner card
|
||||
restart: always
|
Loading…
Add table
Add a link
Reference in a new issue