hipchat/docker-compose.yml

24 lines
597 B
YAML
Raw Normal View History

2016-04-14 09:34:11 +00:00
version: '2'
2016-04-14 10:05:21 +00:00
volumes:
hipchat_data: {}
2016-04-14 09:34:11 +00:00
services:
hipchat:
image: andrey01/hipchat
network_mode: bridge
devices:
- /dev/dri
volumes:
- /tmp/.X11-unix:/tmp/.X11-unix
2016-04-14 10:05:21 +00:00
- hipchat_data:/home/user
2016-04-14 09:34:11 +00:00
# - $HOME/.config/Atlassian:/home/user/.config/Atlassian
2016-04-14 10:05:21 +00:00
# - ./HipChat.ini:/home/user/.config/Atlassian/HipChat.ini
2016-04-14 09:34:11 +00:00
environment:
- DISPLAY=unix$DISPLAY
- TZ=Europe/Amsterdam
# for the HiDPI screens you can try uncommenting these variables
2016-04-14 09:34:11 +00:00
# - QT_AUTO_SCREEN_SCALE_FACTOR=1
# - QT_DEVICE_PIXEL_RATIO=2
read_only: true