image-compressor/compose.yaml
2024-04-14 13:40:14 +02:00

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/"