41 lines
No EOL
1.1 KiB
YAML
41 lines
No EOL
1.1 KiB
YAML
services:
|
|
tunarr:
|
|
image: chrisbenincasa/tunarr
|
|
container_name: tunarr
|
|
hostname: tunarr
|
|
networks:
|
|
- netgrimoire
|
|
ports:
|
|
- "8051:8000" # Web UI
|
|
- "8052:8001" # Streaming endpoint
|
|
volumes:
|
|
- /data/nfs/Baxter/Docker/tunarr/config:/config
|
|
- /data/nfs/Baxter/Data/:/media # Adjust to your media directory
|
|
environment:
|
|
- TZ=America/Chicago
|
|
- PGID=998
|
|
- PUID=1001
|
|
user: "1001:998"
|
|
restart: unless-stopped
|
|
deploy:
|
|
labels:
|
|
- homepage.group=Jolly Roger
|
|
- homepage.name=Tunarr
|
|
- homepage.icon=tunarr.png
|
|
- homepage.href=https://tunarr.netgrimoire.com
|
|
- homepage.description=Virtual TV Channel Creator
|
|
- kuma.tunarr.http.name="Tunarr"
|
|
- kuma.tunarr.http.url=http://tunarr:8000
|
|
- caddy=tunarr.netgrimoire.com
|
|
- caddy.import=authentik
|
|
- caddy.reverse_proxy="{{upstreams 8000}}"
|
|
placement:
|
|
constraints:
|
|
- node.labels.general == true
|
|
|
|
networks:
|
|
netgrimoire:
|
|
external: true
|
|
|
|
|
|
|