You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
480 B

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