13 lines
266 B
YAML
13 lines
266 B
YAML
---
|
|
services:
|
|
app:
|
|
build: .
|
|
environment:
|
|
- DISPLAY=$DISPLAY
|
|
- XAUTHORITY=/.Xauthority
|
|
volumes:
|
|
- ./test/:/images/:ro
|
|
- ./test_1080p/:/images_1080p/
|
|
- "$XAUTHORITY:/.Xauthority:ro"
|
|
- "/tmp/.X11-unix/:/tmp/.X11-unix/"
|