version: '3.8' services: smart-assistant: build: . ports: - "8000:8000" environment: - GROQ_API_KEY=${GROQ_API_KEY} volumes: - ./data:/app/data