third times the charm
All checks were successful
Deploy Containers / Prepare (push) Successful in 3s

This commit is contained in:
2026-04-06 13:33:06 -04:00
parent 133b7b5139
commit f3a49f4461
2 changed files with 0 additions and 28 deletions

View File

@@ -1,25 +0,0 @@
---
- 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"