renovate workflow and replace all by latest version

This commit is contained in:
2025-12-29 01:55:59 +01:00
parent d4061164a6
commit 8b9b0e9853
46 changed files with 227 additions and 239 deletions

View File

@@ -3,13 +3,13 @@ services:
extends:
file: ${TEMPLATES_PATH}
service: default
image: lscr.io/linuxserver/lidarr
container_name: lidarr
image: lscr.io/linuxserver/lidarr:3.1.0
container_name: lidarr
ports:
- 2010:8686
networks:
- ip4net
dns:
dns:
- 8.8.8.8
- 1.1.1.1
volumes:
@@ -17,10 +17,8 @@ services:
- ${MEDIA_PATH}/data:/data
- ${EXTERNAL_STORAGE}/media/music:/music
labels:
# Watchtower
- "com.centurylinklabs.watchtower.enable=true"
# Traefik
- "traefik.enable=true"
- "traefik.http.routers.lidarr.rule=Host(`lidarr.${LOCAL_DOMAIN}`)"
- "traefik.http.routers.lidarr.entrypoints=https"
- 'traefik.http.routers.lidarr.tls=true'
- "traefik.http.routers.lidarr.tls=true"