diff --git a/nodes/heimdall/vscode/compose.yaml b/nodes/heimdall/vscode/compose.yaml index 26f2398..ebc0527 100644 --- a/nodes/heimdall/vscode/compose.yaml +++ b/nodes/heimdall/vscode/compose.yaml @@ -5,7 +5,7 @@ services: environment: - PUID=1000 - PGID=1000 - - TZ=Etc/UTC + - TZ=America/New_York # --- AUTH CHANGE --- - AUTH=none # Tell code-server to skip its own password prompt - SUDO_PASSWORD=password diff --git a/nodes/heimdall/wizarr/compose.yaml b/nodes/heimdall/wizarr/compose.yaml index 00be102..39db69f 100644 --- a/nodes/heimdall/wizarr/compose.yaml +++ b/nodes/heimdall/wizarr/compose.yaml @@ -3,8 +3,8 @@ services: container_name: wizarr mem_limit: 2048m image: ghcr.io/wizarrrr/wizarr:v2026.7.1 - ports: - - 5690:5690 + # ports: + # - 5690:5690 volumes: - /mnt/appdata/wizarr/data:/data/database restart: unless-stopped