mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-24 11:30:12 +01:00
Continued testing
This commit is contained in:
parent
041a00321b
commit
e41c21b432
6 changed files with 209 additions and 374 deletions
|
|
@ -6,9 +6,7 @@ services:
|
|||
container_name: mtg-deckbuilder
|
||||
stdin_open: true # Equivalent to docker run -i
|
||||
tty: true # Equivalent to docker run -t
|
||||
profiles: ["interactive"] # Only run when specifically requested
|
||||
volumes:
|
||||
# Mount local directories to container for persistence (Linux paths)
|
||||
- ${PWD}/deck_files:/app/deck_files
|
||||
- ${PWD}/logs:/app/logs
|
||||
- ${PWD}/csv_files:/app/csv_files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue