fix: remove SERVER_HOSTNAME default values causing errors

- Change ${SERVER_HOSTNAME:-debian} to ${SERVER_HOSTNAME} in Sablier groups
- Prevents empty default values that were causing configuration errors
- Applied to dashboards, infrastructure, media, productivity, and utilities stacks
This commit is contained in:
EZ-Homelab
2026-01-23 18:50:10 -05:00
parent 3723cebe9c
commit 436ff0d035
5 changed files with 19 additions and 19 deletions

View File

@@ -53,7 +53,7 @@ services:
- "traefik.http.services.homepage.loadbalancer.server.port=3000"
# Sablier lazy loading (disabled by default - uncomment to enable)
# - "sablier.enable=true"
# - "sablier.group=${SERVER_HOSTNAME:-debian}-homarr"
# - "sablier.group=${SERVER_HOSTNAME}-homarr"
# - "sablier.start-on-demand=true"
# Homarr - Modern dashboard
@@ -100,7 +100,7 @@ services:
- "traefik.http.services.homarr.loadbalancer.server.port=7575"
# Sablier lazy loading (enabled by default - comment out to disable)
- "sablier.enable=true"
- "sablier.group=${SERVER_HOSTNAME:-debian}-homarr"
- "sablier.group=${SERVER_HOSTNAME}-homarr"
- "sablier.start-on-demand=true"
# DOCKGE URL CONFIGURATION