docker-audacity/compose.yml

20 lines
496 B
YAML
Raw Normal View History

services:
audacity:
build: .
image: audacity
container_name: audacity
entrypoint:
- audacity
environment:
- DISPLAY=$DISPLAY
- PULSE_SERVER=unix:/run/user/1000/pulse/native
devices:
- /dev/dri
- /dev/snd
volumes:
- $HOME/.Xauthority:/home/openvino/.Xauthority:rw
- /tmp/.X11-unix:/tmp/.X11-unix
- /run/user/1000/pulse/native:/run/user/1000/pulse/native
- ./folder:/home/openvino/folder:rw
network_mode: none