mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2026-01-12 04:28:51 +01:00
docker test 3
This commit is contained in:
parent
ae608ed6a3
commit
1b07d4d4e0
5 changed files with 139 additions and 17 deletions
20
docker-compose.interactive.yml
Normal file
20
docker-compose.interactive.yml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
version: '3.8'
|
||||
|
||||
services:
|
||||
mtg-deckbuilder-interactive:
|
||||
build: .
|
||||
container_name: mtg-deckbuilder-interactive
|
||||
stdin_open: true
|
||||
tty: true
|
||||
volumes:
|
||||
- ${PWD}/deck_files:/app/deck_files
|
||||
- ${PWD}/logs:/app/logs
|
||||
- ${PWD}/csv_files:/app/csv_files
|
||||
environment:
|
||||
- PYTHONUNBUFFERED=1
|
||||
- TERM=xterm-256color
|
||||
- DEBIAN_FRONTEND=noninteractive
|
||||
# Don't restart automatically
|
||||
restart: "no"
|
||||
# Remove container when stopped
|
||||
remove: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue