This commit is contained in:
2026-03-23 09:58:40 -03:00
parent 9c9c7dff09
commit 8186bb5fe6
40 changed files with 3996 additions and 17 deletions

View File

@@ -190,6 +190,20 @@ services:
- ../ui/chunker/vite.config.ts:/app/vite.config.ts
- ../ui/common:/common
detection:
build:
context: ../ui/detection-app
dockerfile: Dockerfile
ports:
- "5175:5175"
environment:
VITE_ALLOWED_HOSTS: ${VITE_ALLOWED_HOSTS:-}
volumes:
- ../ui/detection-app/src:/app/src
- ../ui/detection-app/vite.config.ts:/app/vite.config.ts
- ../ui/detection-app/index.html:/app/index.html
- ../ui/framework:/app/node_modules/mpr-ui-framework
volumes:
postgres-data:
redis-data: