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
All checks were successful
Auto-Deploy Changed Stacks / deploy (push) Successful in 13s
This commit is contained in:
parent
3003e68684
commit
d5b64e092f
@ -2,8 +2,8 @@
|
|||||||
# Networks
|
# Networks
|
||||||
###############################################################
|
###############################################################
|
||||||
networks:
|
networks:
|
||||||
proxy:
|
proxy-net:
|
||||||
name: proxy
|
name: proxy-net
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
###############################################################
|
###############################################################
|
||||||
@ -11,7 +11,7 @@ networks:
|
|||||||
###############################################################
|
###############################################################
|
||||||
services:
|
services:
|
||||||
tautulli:
|
tautulli:
|
||||||
image: lscr.io/linuxserver/tautulli:latest
|
image: lscr.io/linuxserver/tautulli:2.17.2-ls235
|
||||||
container_name: tautulli
|
container_name: tautulli
|
||||||
mem_limit: 2048m
|
mem_limit: 2048m
|
||||||
environment:
|
environment:
|
||||||
@ -24,7 +24,7 @@ services:
|
|||||||
# - 38181:8181
|
# - 38181:8181
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy-net
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.tautulli.entrypoints=websecure"
|
- "traefik.http.routers.tautulli.entrypoints=websecure"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user