fix: update timezone for vscode service to America/New_York
All checks were successful
Auto-Deploy Changed Stacks / deploy (push) Successful in 13s

This commit is contained in:
Nathan 2026-07-08 17:26:18 -04:00
parent 49fc718a85
commit 06bf301d9d
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ services:
environment: environment:
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000
- TZ=Etc/UTC - TZ=America/New_York
# --- AUTH CHANGE --- # --- AUTH CHANGE ---
- AUTH=none # Tell code-server to skip its own password prompt - AUTH=none # Tell code-server to skip its own password prompt
- SUDO_PASSWORD=password - SUDO_PASSWORD=password

View File

@ -3,8 +3,8 @@ services:
container_name: wizarr container_name: wizarr
mem_limit: 2048m mem_limit: 2048m
image: ghcr.io/wizarrrr/wizarr:v2026.7.1 image: ghcr.io/wizarrrr/wizarr:v2026.7.1
ports: # ports:
- 5690:5690 # - 5690:5690
volumes: volumes:
- /mnt/appdata/wizarr/data:/data/database - /mnt/appdata/wizarr/data:/data/database
restart: unless-stopped restart: unless-stopped