ui selector

This commit is contained in:
2026-03-13 14:59:32 -03:00
parent ccc478fbaa
commit d5a3372d6b
7 changed files with 173 additions and 11 deletions

View File

@@ -95,10 +95,12 @@ services:
- "80:80"
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf:ro
- ./landing.html:/etc/nginx/landing.html:ro
depends_on:
- django
- fastapi
- timeline
- chunker
- minio
# =============================================================================
@@ -162,6 +164,17 @@ services:
volumes:
- ../ui/timeline/src:/app/src
chunker:
build:
context: ../ui/chunker
dockerfile: Dockerfile
ports:
- "5174:5174"
environment:
VITE_ALLOWED_HOSTS: ${VITE_ALLOWED_HOSTS:-}
volumes:
- ../ui/chunker/src:/app/src
volumes:
postgres-data:
redis-data: