mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2025-12-19 20:46:09 +00:00
Fixup commits:
- Changed domain from .local to .lan - Added ha-linky, auto dependabot updates
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user