version: "3.8" services: whisper: image: rhasspy/wyoming-whisper ports: - "10300:10300" volumes: - whisper-data:/data command: > --model tiny-int8 --language en --uri tcp://0.0.0.0:10300 restart: unless-stopped volumes: whisper-data: