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

@@ -60,7 +60,7 @@ services:
# Sablier lazy loading (uncomment to enable)
- sablier.enable=true
- sablier.group=${SERVER_HOSTNAME:-debian}-backrest
- sablier.group=${SERVER_HOSTNAME}-backrest
- sablier.start-on-demand=true
- "x-dockge.url=https://backrest.${DOMAIN}"
- "x-dockge.url=https://backrest.${DOMAIN}"