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.
hipchat/docker-compose.yml

23 lines
526 B

8 years ago
version: '2'
volumes:
hipchat_data: {}
8 years ago
services:
hipchat:
image: andrey01/hipchat
network_mode: bridge
devices:
- /dev/dri
volumes:
- /tmp/.X11-unix:/tmp/.X11-unix
- hipchat_data:/home/user
8 years ago
# - $HOME/.config/Atlassian:/home/user/.config/Atlassian
# - ./HipChat.ini:/home/user/.config/Atlassian/HipChat.ini
8 years ago
environment:
- DISPLAY=unix$DISPLAY
- TZ=Europe/Amsterdam
# - QT_AUTO_SCREEN_SCALE_FACTOR=1
# - QT_DEVICE_PIXEL_RATIO=2
read_only: true