docker-audacity/compose.yml
ale 08d294455c
initial commit
Signed-off-by: ale <ale@manalejandro.com>
2024-11-24 15:54:15 +01:00

20 lines
496 B
YAML

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