mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-16 23:50:12 +01:00
Release v1.1.0: headless runner + tagging updates (Discard Matters, Freerunning, Craft, Spree, Explore/Map, Rad, Energy/Resource Engine, Spawn/Scion)
This commit is contained in:
parent
36abbaa1dd
commit
99005c19f8
23 changed files with 1330 additions and 420 deletions
|
|
@ -8,9 +8,16 @@ services:
|
|||
- ${PWD}/deck_files:/app/deck_files
|
||||
- ${PWD}/logs:/app/logs
|
||||
- ${PWD}/csv_files:/app/csv_files
|
||||
# Optional: mount a config directory for headless JSON
|
||||
- ${PWD}/config:/app/config
|
||||
environment:
|
||||
- PYTHONUNBUFFERED=1
|
||||
- TERM=xterm-256color
|
||||
- DEBIAN_FRONTEND=noninteractive
|
||||
# Set DECK_MODE=headless to auto-run non-interactive mode on start
|
||||
# - DECK_MODE=headless
|
||||
# Optional headless configuration (examples):
|
||||
# - DECK_CONFIG=/app/config/deck.json
|
||||
# - DECK_COMMANDER=Pantlaza
|
||||
# Ensure proper cleanup
|
||||
restart: "no"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue