fix: Configure Sablier lazy loading for docker-compose services

- Change restart policy from 'unless-stopped' to 'no' for services configured with Sablier middleware
- Services affected: jellyfin, dozzle, glances, code-server, homarr, dokuwiki
- Allows Sablier to control container startup/shutdown for lazy loading
- Improves resource utilization by only running services when accessed
This commit is contained in:
EZ-Homelab
2026-01-22 19:12:35 -05:00
parent 4140a32adb
commit 30bf095fd3
4 changed files with 6 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ services:
cpus: '1.0'
memory: 1G
container_name: jellyfin
restart: unless-stopped
restart: no
networks:
- media-network
- homelab-network