new ensure_dir logic

+ better logs
+ docker files
+ new docs
This commit is contained in:
2025-08-13 15:45:33 +00:00
parent 7e1a5e659f
commit efe1bbca29
7 changed files with 157 additions and 34 deletions

View File

@ -0,0 +1,10 @@
services:
lumeex:
container_name: lmx
build: ..
volumes:
- ../config:/app/config # mount config directory
- ../output:/app/output # mount output directory
ports:
- "3000:3000"