1
0

Add timezone detection and clock correction for weather streams

This commit is contained in:
2026-02-20 17:11:34 -05:00
parent be7a047318
commit c35b14c6e0
9 changed files with 234 additions and 42 deletions

View File

@@ -13,6 +13,8 @@ services:
- SCREENSHOT_FORMAT=${SCREENSHOT_FORMAT:-jpeg}
- SCREENSHOT_QUALITY=${SCREENSHOT_QUALITY:-95}
- DEBUG_MODE=${DEBUG_MODE:-false}
- LOG_WS4KP_URL=${LOG_WS4KP_URL:-false}
- TZ=${TZ:-America/New_York}
volumes:
- ./cache:/streaming-app/cache
restart: unless-stopped