Skip to content

Commit 706c8ce

Browse files
committed
Follow-up to f8cd27e, add docker-compose.yml
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 6cc2d4c commit 706c8ce

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docker-compose.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: '3.8'
2+
3+
services:
4+
demo:
5+
image: ghcr.io/kernelkit/demo:latest
6+
environment:
7+
- DISPLAY=${DISPLAY}
8+
- SDL_AUDIODRIVER=pulseaudio
9+
- PULSE_SERVER=unix:${XDG_RUNTIME_DIR}/pulse/native
10+
volumes:
11+
- /tmp/.X11-unix:/tmp/.X11-unix
12+
- ${XDG_RUNTIME_DIR}/pulse/native:${XDG_RUNTIME_DIR}/pulse/native
13+
network_mode: host
14+
stdin_open: true
15+
tty: true

0 commit comments

Comments
 (0)