Полноценный браузерный UI (Pinia, Three.js) с паритетом Qt: редактор цепочки, wizard, пресеты, метрики и 3D viewer; API расширен для catalog/validate/demo/user-presets; CLI отдаёт step metrics в JSON. Co-authored-by: Cursor <cursoragent@cursor.com>
18 lines
448 B
YAML
18 lines
448 B
YAML
services:
|
|
dotstosirface-web:
|
|
build:
|
|
context: ..
|
|
dockerfile: docker/Dockerfile
|
|
ports:
|
|
- "8080:8080"
|
|
environment:
|
|
DOTSTOSIRFACE_BIN: /usr/local/bin/DotsToSirface
|
|
PIPELINE_CONFIG: /app/docker/default_pipeline.json
|
|
USER_PRESETS_DIR: /app/data/user-presets
|
|
volumes:
|
|
- ../presets:/app/presets:ro
|
|
- dotstosirface-user-presets:/app/data/user-presets
|
|
|
|
volumes:
|
|
dotstosirface-user-presets:
|