mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-24 03:20:12 +01:00
feat(combos): add Combos & Synergies detection, chip-style UI with dual hover; JSON persistence and headless honoring; stage ordering; docs and tests; bump to v2.2.1
This commit is contained in:
parent
cc16c6f13a
commit
6c48fb3437
38 changed files with 2042 additions and 131 deletions
|
|
@ -1,7 +1,7 @@
|
|||
services:
|
||||
web:
|
||||
image: mwisnowski/mtg-python-deckbuilder:latest
|
||||
# Tip: pin to a specific tag when available, e.g. :2.0.2 (defaults to Web UI)
|
||||
# Tip: pin to a specific tag when available, e.g. :2.2.1
|
||||
container_name: mtg-deckbuilder-web
|
||||
ports:
|
||||
- "8080:8080" # Host:Container — open http://localhost:8080
|
||||
|
|
@ -21,7 +21,7 @@ services:
|
|||
# Note: THEME still applies as the default even if selector is hidden
|
||||
|
||||
# Version label (optional; shown in footer/diagnostics)
|
||||
# - APP_VERSION=v2.0.2
|
||||
- APP_VERSION=v2.2.1
|
||||
|
||||
volumes:
|
||||
# Persist app data locally; ensure these directories exist next to this compose file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue