1
0
Fork 0
mirror of https://github.com/alemidev/scope-tui.git synced 2024-11-15 03:09:20 +01:00
scope-tui/docker-compose.yml

16 lines
422 B
YAML
Raw Normal View History

version: "3.8"
services:
scope_tui:
container_name: scope_tui
# command: ["--scatter", "pulse"] # Example of customizing options
image: scope_tui
build: .
stdin_open: true
tty: true
environment:
- PULSE_SERVER=unix:${XDG_RUNTIME_DIR}/pulse/native
volumes:
- ${XDG_RUNTIME_DIR}/pulse/native:${XDG_RUNTIME_DIR}/pulse/native
- ~/.config/pulse/cookie:/.config/pulse/cookie