hipchat/docker-compose.yml
Andrey Arapov cbfd089285
Some checks failed
the build failed
use private registry
2018-07-11 11:43:01 +02:00

22 lines
496 B
YAML

version: '2'
volumes:
data: {}
services:
hipchat:
image: registry.nixaid.com/andrey01/hipchat
network_mode: bridge
devices:
- /dev/dri
volumes:
- /tmp/.X11-unix:/tmp/.X11-unix
- ./data:/home/user
- /etc/localtime:/etc/localtime:ro
environment:
- DISPLAY=unix$DISPLAY
# for the HiDPI screens you can try uncommenting these variables
# - QT_AUTO_SCREEN_SCALE_FACTOR=1
# - QT_DEVICE_PIXEL_RATIO=2
- QT_SCALE_FACTOR=1.5