Advertisement
Guest User

Rhasspy 2.5 docker-compose.yml

a guest
Jun 14th, 2020
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. rhasspy:
  2. image: "rhasspy/rhasspy"
  3. container_name: rhasspy
  4. restart: unless-stopped
  5. volumes:
  6. - "$HOME/.config/rhasspy/profiles:/profiles"
  7. - "/etc/localtime:/etc/locatime:ro"
  8. ports:
  9. - "12101:12101"
  10. - "12183:12183"
  11. devices:
  12. - "/dev/snd:/dev/snd"
  13. command: --user-profiles /profiles --profile fr
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement