Fixup commits:

- Changed domain from .local to .lan
- Added ha-linky, auto dependabot updates
This commit is contained in:
2025-08-27 12:07:49 +02:00
parent 0d3a0b2a8c
commit 48f9947bb8
27 changed files with 153 additions and 149 deletions

View File

@@ -17,7 +17,7 @@ services:
- definitions:/app/Definitions
labels:
- "traefik.enable=true"
- "traefik.http.routers.jackett.rule=Host(`jackett.local`)"
- "traefik.http.routers.jackett.rule=Host(`jackett.lan`)"
volumes:
config:

View File

@@ -16,7 +16,7 @@ services:
restart: unless-stopped
labels:
- "traefik.enable=true"
- "traefik.http.routers.jellyseerr.rule=Host(`jellyseerr.local`)"
- "traefik.http.routers.jellyseerr.rule=Host(`jellyseerr.lan`)"
volumes:
config:

View File

@@ -18,7 +18,7 @@ services:
- data_downloads:/mediadl
labels:
- "traefik.enable=true"
- "traefik.http.routers.radarr.rule=Host(`radarr.local`)"
- "traefik.http.routers.radarr.rule=Host(`radarr.lan`)"
volumes:
config:

View File

@@ -20,7 +20,7 @@ services:
- log:/log
labels:
- "traefik.enable=true"
- "traefik.http.routers.sonarr.rule=Host(`sonarr.local`)"
- "traefik.http.routers.sonarr.rule=Host(`sonarr.lan`)"
volumes:
cache:

View File

@@ -11,7 +11,7 @@ services:
- TZ=Europe/Paris
- USER=transmission
- PASS=transmission
- HOST_WHITELIST=transmission.local
- HOST_WHITELIST=transmission.lan
volumes:
- config:/config
- downloads:/mediadl
@@ -22,7 +22,7 @@ services:
restart: unless-stopped
labels:
- "traefik.enable=true"
- "traefik.http.routers.transmission.rule=Host(`transmission.local`)"
- "traefik.http.routers.transmission.rule=Host(`transmission.lan`)"
volumes:
config:

View File

@@ -11,7 +11,7 @@ services:
- wizarr_data:/data/database
labels:
- "traefik.enable=true"
- "traefik.http.routers.wizarr.rule=Host(`wizarr.local`)"
- "traefik.http.routers.wizarr.rule=Host(`wizarr.lan`)"
volumes:
wizarr_data: