infra(tvheadend): docker-compose

This commit is contained in:
2026-03-02 20:56:24 +01:00
parent 6f31d28cc2
commit e2101b6059
4 changed files with 26 additions and 3 deletions

View File

@@ -0,0 +1,16 @@
services:
tvheadend:
image: lscr.io/linuxserver/tvheadend:latest
container_name: tvheadend
network_mode: host
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin
volumes:
- /docker/Daten/tvheadend/config:/config
- /docker/Daten/tvheadend/recordings:/recordings
restart: unless-stopped