feat(config): add TZ environment variable for container timezone
Adds TZ env var to docker-compose.yml app service (defaults to UTC) and documents it in .env.example. This ensures the Go runtime's time.Local is set correctly inside the container for any server-side time operations that don't use an explicit timezone.
This commit is contained in:
+3
-1
@@ -19,4 +19,6 @@ DBPASS=your-secure-database-password-here
|
||||
# Conversion Tool: Switch from kepubify to ebook-convert
|
||||
# BOOKHOARD_CONVERSION_TOOL=/usr/bin/ebook-convert
|
||||
# Conversion Cache TTL: Override default 24h
|
||||
# BOOKHOARD_CONVERSION_CACHE_TTL=48h
|
||||
# BOOKHOARD_CONVERSION_CACHE_TTL=48h
|
||||
# System timezone (fallback for server-side time operations, defaults to UTC)
|
||||
# TZ=America/New_York
|
||||
Reference in New Issue
Block a user