2016-04-14 09:34:11 +00:00
|
|
|
version: '2'
|
|
|
|
|
2016-04-14 10:05:21 +00:00
|
|
|
volumes:
|
2016-11-29 09:55:54 +00:00
|
|
|
data: {}
|
2016-04-14 10:05:21 +00:00
|
|
|
|
2016-04-14 09:34:11 +00:00
|
|
|
services:
|
|
|
|
hipchat:
|
2018-07-11 09:43:01 +00:00
|
|
|
image: registry.nixaid.com/andrey01/hipchat
|
2016-04-14 09:34:11 +00:00
|
|
|
network_mode: bridge
|
|
|
|
devices:
|
|
|
|
- /dev/dri
|
|
|
|
volumes:
|
|
|
|
- /tmp/.X11-unix:/tmp/.X11-unix
|
2018-07-11 09:42:35 +00:00
|
|
|
- ./data:/home/user
|
2016-12-14 09:28:18 +00:00
|
|
|
- /etc/localtime:/etc/localtime:ro
|
2016-04-14 09:34:11 +00:00
|
|
|
environment:
|
|
|
|
- DISPLAY=unix$DISPLAY
|
2016-04-14 10:29:04 +00:00
|
|
|
# for the HiDPI screens you can try uncommenting these variables
|
2018-03-05 10:56:38 +00:00
|
|
|
# - QT_AUTO_SCREEN_SCALE_FACTOR=1
|
2016-04-14 09:34:11 +00:00
|
|
|
# - QT_DEVICE_PIXEL_RATIO=2
|
2018-03-05 10:56:38 +00:00
|
|
|
- QT_SCALE_FACTOR=1.5
|