fix: update tautulli service to use proxy-net and specific image version
All checks were successful
Auto-Deploy Changed Stacks / deploy (push) Successful in 13s

This commit is contained in:
Nathan 2026-07-06 17:43:05 -04:00
parent 3003e68684
commit d5b64e092f

View File

@ -2,8 +2,8 @@
# Networks
###############################################################
networks:
proxy:
name: proxy
proxy-net:
name: proxy-net
external: true
###############################################################
@ -11,7 +11,7 @@ networks:
###############################################################
services:
tautulli:
image: lscr.io/linuxserver/tautulli:latest
image: lscr.io/linuxserver/tautulli:2.17.2-ls235
container_name: tautulli
mem_limit: 2048m
environment:
@ -24,7 +24,7 @@ services:
# - 38181:8181
restart: unless-stopped
networks:
- proxy
- proxy-net
labels:
- "traefik.enable=true"
- "traefik.http.routers.tautulli.entrypoints=websecure"