chore(release): v2.2.2 – seed default config files on startup; preserve defaults in image; bump versions in compose; update changelog

This commit is contained in:
mwisnowski 2025-09-01 17:54:38 -07:00
parent 1988f98c5b
commit a0a12baa9b
7 changed files with 69 additions and 30 deletions

View file

@ -30,26 +30,24 @@ services:
ports:
- "8080:8080"
environment:
- PYTHONUNBUFFERED=1
- TERM=xterm-256color
- DEBIAN_FRONTEND=noninteractive
PYTHONUNBUFFERED: "1"
TERM: "xterm-256color"
DEBIAN_FRONTEND: "noninteractive"
# Default theme for first-time visitors (no local preference yet): system|light|dark
# When set to 'light', it maps to the consolidated Light (Blend) palette in the UI
# - ENABLE_THEMES=1
- THEME=dark
# ENABLE_THEMES: "1"
THEME: "dark"
# Logging and error utilities
# - SHOW_LOGS=1
# - SHOW_DIAGNOSTICS=1
# - ENABLE_PWA=1
SHOW_LOGS: "1"
SHOW_DIAGNOSTICS: "1"
# ENABLE_PWA: "1"
# Speed up setup/tagging in Web UI via parallel workers
- WEB_TAG_PARALLEL=1
- WEB_TAG_WORKERS=4
WEB_TAG_PARALLEL: "1"
WEB_TAG_WORKERS: "4"
# Enable virtualization + lazy image tweaks in Step 5
- WEB_VIRTUALIZE=1
WEB_VIRTUALIZE: "1"
# Version label (optional; shown in footer/diagnostics)
- APP_VERSION=v2.2.1
# EDHRec scraping
# - EDHREC_FETCH=1
APP_VERSION: "v2.2.2"
volumes:
- ${PWD}/deck_files:/app/deck_files
- ${PWD}/logs:/app/logs