18 lines
469 B
YAML
18 lines
469 B
YAML
version: '3.3'
|
|
|
|
services:
|
|
mycroft:
|
|
image: mycroftai/docker-mycroft
|
|
environment:
|
|
PULSE_SERVER: unix:${XDG_RUNTIME_DIR}/pulse/native
|
|
volumes:
|
|
- .mycroft:/root/.mycroft
|
|
- ${XDG_RUNTIME_DIR}/pulse/native:${XDG_RUNTIME_DIR}/pulse/native
|
|
- ~/.config/pulse/cookie:/root/.config/pulse/cookie
|
|
devices:
|
|
- /dev/snd
|
|
deepspeech-server:
|
|
image: romainsah/deepspeech-server:latest
|
|
volumes:
|
|
- ./deepspeech:/opt/deepspeech
|