gemini-realtime-console / docker-compose.yml
Trudy's picture
had too much going on...
df806fc
raw
history blame
135 Bytes
version: '3.8'
services:
app:
build: .
ports:
- "3001:3001"
environment:
- GEMINI_API_KEY=${GEMINI_API_KEY}