mirror of
https://github.com/GoodStartLabs/AI_Diplomacy.git
synced 2026-04-19 12:58:09 +00:00
fixing sounds and timing
This commit is contained in:
parent
51e6b4d21b
commit
48c9ff51b6
11 changed files with 215 additions and 45 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue