n
This commit is contained in:
commit
123fae9451
53 changed files with 3976 additions and 0 deletions
34
docker2/NG-Tautulli.yaml
Executable file
34
docker2/NG-Tautulli.yaml
Executable file
|
|
@ -0,0 +1,34 @@
|
|||
services:
|
||||
tautulli:
|
||||
image: ghcr.io/tautulli/tautulli
|
||||
container_name: tautulli
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /DockerVol/tautulli:/config
|
||||
environment:
|
||||
- TZ=America/Chicago
|
||||
- PGID=998
|
||||
- PUID=1001
|
||||
networks:
|
||||
- netgrimoire
|
||||
ports:
|
||||
- 8181:8181
|
||||
deploy:
|
||||
placement:
|
||||
constraints:
|
||||
- node.hostname == docker2
|
||||
labels:
|
||||
# - flame.type=application # "app" works too
|
||||
# - flame.name=Fancy
|
||||
# - flame.url=https://192.168.5.17:9000
|
||||
# - flame.category=Productivity # Optional, default is "Docker"
|
||||
# # - flame.icon=vscode
|
||||
- homepage.group: Media
|
||||
- homepage.name: Emby
|
||||
- homepage.icon: emby.png
|
||||
- homepage.href: http://emby.home/
|
||||
- homepage.description: Media server
|
||||
|
||||
networks:
|
||||
netgrimoire:
|
||||
external: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue