-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbase-conf.yml
42 lines (33 loc) · 987 Bytes
/
base-conf.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
version: '3.8'
services:
common:
environment:
- DISPLAY=${DISPLAY}
- QT_X11_NO_MITSHM=1
- XAUTHORITY=/home/docky/.Xauthority
- PULSE_SERVER=unix:${XDG_RUNTIME_DIR}/pulse/native
- PULSE_COOKIE=/run/pulse/cookie
- XDG_RUNTIME_DIR=${XDG_RUNTIME_DIR}
privileged: true
stdin_open: true
tty: true
network_mode: host
volumes:
- type: bind
source: ${XAUTHORITY}
target: /home/docky/.Xauthority
- type: bind
source: /tmp/.X11-unix
target: /tmp/.X11-unix
- type: bind
source: ${XDG_RUNTIME_DIR}/pulse
target: ${XDG_RUNTIME_DIR}/pulse
- type: bind
source: ${XDG_RUNTIME_DIR}/dconf
target: ${XDG_RUNTIME_DIR}/dconf
- type: bind
source: ${XDG_RUNTIME_DIR}/pulse/native
target: ${XDG_RUNTIME_DIR}/pulse/native
- type: bind
source: ${HOME}/.config/pulse/cookie
target: /run/pulse/cookie