sa
This commit is contained in:
parent
10de5a9296
commit
7e52b26b05
1 changed files with 38 additions and 0 deletions
38
tunarr.yaml
Normal file
38
tunarr.yaml
Normal file
|
|
@ -0,0 +1,38 @@
|
||||||
|
services:
|
||||||
|
tunarr:
|
||||||
|
image: ghcr.io/fancymax/tunarr:latest
|
||||||
|
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/Media:/media:ro # 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=tv.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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue