feat: Introduce asset picker modal and audio response blocks, refactor CMS asset API routes, and update dependencies.

This commit is contained in:
2026-01-18 01:02:01 -03:00
parent 02909ea85a
commit 46b6253f22
16 changed files with 3101 additions and 168 deletions
-19
View File
@@ -22,7 +22,6 @@ services:
JWT_SECRET: openccb_secret_key_2025_production
NEXT_PUBLIC_CMS_API_URL: http://localhost:3001
LMS_INTERNAL_URL: http://experience:3002
LOCAL_WHISPER_URL: http://whisper:8000
volumes:
- uploads_data:/app/uploads
env_file: .env
@@ -48,23 +47,6 @@ services:
- db
- ollama
whisper:
image: ${WHISPER_IMAGE:-fedirz/faster-whisper-server:latest-cpu}
ports:
- "8000:8000"
volumes:
- whisper_cache:/root/.cache/huggingface
environment:
- DEVICE=${WHISPER_DEVICE:-cpu}
# GPU support for RTX 2070 Super
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities: [ gpu ]
ollama:
image: ollama/ollama:latest
ports:
@@ -96,5 +78,4 @@ services:
volumes:
postgres_data:
uploads_data:
whisper_cache:
ollama_data: