Revert "now will you work"
Some checks failed
Deploy Containers / Prepare (push) Has been cancelled

This reverts commit 6a6cfc5683.
This commit is contained in:
2026-04-06 13:38:25 -04:00
parent 6a6cfc5683
commit e3fd46c0e0
2 changed files with 28 additions and 0 deletions

25
tasks/tautulli.yml Normal file
View File

@@ -0,0 +1,25 @@
---
- name: Deploy Tautulli
include_role:
name: docker
vars:
name: tautulli
directories:
- "{{ data_dir }}/tautulli"
image:
name: ghcr.io/tautulli/tautulli
tag: latest
networks:
- name: homelab
volumes:
- "{{ data_dir }}/tautulli:/config"
env:
PUID: "{{ PUID }}"
PGID: "{{ PGID }}"
TZ: "{{ TZ }}"
labels:
traefik.enable: "true"
traefik.http.routers.tt.rule: Host(`tt.fntz.net`)
traefik.http.routers.tt.entrypoints: webSecure
traefik.http.routers.tt.tls.certresolver: letsencrypt
traefik.http.services.tt.loadbalancer.server.port: "8181"