test1_voice_agent / docker-compose.yml
Andy
feat: Andy voice agent - initial release
45a0add
Raw
History Blame Contribute Delete
177 Bytes
version: '3.8'
services:
andy:
build:
context: .
dockerfile: Dockerfile
ports:
- "7860:7860"
env_file:
- .env
restart: unless-stopped