fixing sounds and timing

This commit is contained in:
Alx-Ai 2025-06-05 07:07:36 +00:00
parent 51e6b4d21b
commit 48c9ff51b6
11 changed files with 215 additions and 45 deletions

View file

@ -9,10 +9,14 @@ services:
ports:
- "9222:9222"
ipc: host
shm_size: "1gb"
shm_size: "2gb"
diplomacy:
build: ai_animation
build:
context: ai_animation
args:
- VITE_ELEVENLABS_API_KEY=${VITE_ELEVENLABS_API_KEY}
- VITE_WEBHOOK_URL=${VITE_WEBHOOK_URL}
env_file: "./ai_animation/.env"
ports:
- "4173:4173"