12 lines
623 B
YAML
12 lines
623 B
YAML
version: '3'
|
|
services:
|
|
debian_audio:
|
|
image: hub.pi-farm.home64.de/mac-audio:0.1
|
|
# build: .
|
|
container_name: debian_audio_container
|
|
environment:
|
|
- PULSE_SERVER=host.docker.internal # Verweist auf den PulseAudio-Server des Hosts
|
|
volumes:
|
|
- /Users/meik/docker/wyoming-satellite/data:/data # Bindet das Host-Verzeichnis ./data an das Container-Verzeichnis /data
|
|
command: tail -f /dev/null
|
|
#command: /wyoming-satellite/script/run --name 'my satellite' --uri 'tcp://0.0.0.0:10700' --mic-command 'parecord --device=Channel_1 -r 16000' --snd-command 'paplay -r 22050 -c 1 -f S16_LE -t raw' |