content:serverbasics:docker-tvheadend
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.
| Beide Seiten, vorherige ÜberarbeitungVorherige Überarbeitung | |||
| content:serverbasics:docker-tvheadend [2026/02/22 14:55] – obel1x | content:serverbasics:docker-tvheadend [2026/03/06 16:33] (aktuell) – [Docker Compose] obel1x | ||
|---|---|---|---|
| Zeile 119: | Zeile 119: | ||
| docker@pcserver2023: | docker@pcserver2023: | ||
| - | docker@pcserver2023: | + | docker@pcserver2023: |
| </ | </ | ||
| Zeile 141: | Zeile 141: | ||
| Currently the content looks like that: | Currently the content looks like that: | ||
| - | <code> | + | <file> |
| services: | services: | ||
| tvheadend: | tvheadend: | ||
| Zeile 147: | Zeile 147: | ||
| # After resolve, the latest Tag should be used! | # After resolve, the latest Tag should be used! | ||
| # image: ghcr.io/ | # image: ghcr.io/ | ||
| - | | + | #Test 11.10.2025 |
| - | cap_drop: | + | # Commit: https:// |
| - | - all | + | # |
| - | | + | # result: Crash |
| - | nproc: 256 | + | # Last working Commit: ghcr.io/ |
| - | | + | |
| - | soft: 8192 | + | # So for now, the Alpine- Based linuxserver- image is a very good alternative |
| - | hard: 65535 | + | |
| + | |||
| + | restart: unless-stopped | ||
| + | ports: | ||
| + | - " | ||
| devices: | devices: | ||
| - /dev/dvb/ | - /dev/dvb/ | ||
| - | # See Volumes/localtime | + | - /dev/dri |
| - | # environment: | + | |
| - | # TZ: Europe/Berlin | + | |
| volumes: | volumes: | ||
| - | - tvheadend:/var/ | + | - tvh2_config:/config |
| - | - / | + | - / |
| + | - tvh2_epg:/epg2xml | ||
| - / | - / | ||
| networks: | networks: | ||
| - | - default | + | - pcserver2023_default |
| - | | + | |
| - | | + | # TZ: Europe/Berlin |
| - | | + | TZ: UTC # Hardwareclock Timezone NOT local timezone of System |
| - | restart: unless-stopped | + | # - PUID=< |
| - | #Not working on master-debian: | + | # - PGID=< |
| - | # healthcheck: | + | |
| - | # | + | |
| - | # Still needs to be defined while without it won't enable ipv6 | ||
| networks: | networks: | ||
| - | | + | |
| - | | + | |
| - | enable_ipv6: true | + | |
| volumes: | volumes: | ||
| - | tvheadend: | + | tvh2_config: |
| + | tvh2_epg: | ||
| - | </code> | + | </file> |
| You can now statup that container with '' | You can now statup that container with '' | ||
| ====== | ====== | ||
| + | |||
| ====== Caddy Service ====== | ====== Caddy Service ====== | ||
content/serverbasics/docker-tvheadend.1771768515.txt.gz · Zuletzt geändert: von obel1x
