phase 1
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user