# CPU-only configuration (no GPU) # Use this if you don't have an NVIDIA GPU # Note: Qwen3-TTS is ~10x slower on CPU services: server: build: dockerfile: Dockerfile image: uncloseai-speech:local env_file: speech.env ports: - "8000:8000" volumes: - ./voices:/app/voices - ./config:/app/config environment: - CUDA_VISIBLE_DEVICES= # Disable CUDA restart: unless-stopped