BrickTracker/compose.local.yaml

23 lines
663 B
YAML
Raw Permalink Normal View History

services:
bricktracker:
container_name: BrickTracker
restart: unless-stopped
build: .
ports:
- "3334:3333"
volumes:
- ./local:/local
- ./local/instructions:/app/static/instructions/
- ./local/minifigures:/app/static/minifigures/
- ./local/parts:/app/static/parts/
- ./local/sets:/app/static/sets/
environment:
BK_DEBUG: true
BK_DATABASE_PATH: /local/app.db
BK_INSTRUCTIONS_FOLDER: instructions
BK_MINIFIGURES_FOLDER: minifigures
BK_PARTS_FOLDER: parts
BK_RETIRED_SETS_PATH: /local/retired_sets.csv
BK_SETS_FOLDER: sets
BK_THEMES_PATH: /local/themes.csv