This repository contains the Dockerfile and the configuration files to build Hubot for Docker.
- hubot-auth
- hubot-codinglove
- hubot-diagnostics
- hubot-gitlab-hooks
- hubot-google-images
- hubot-google-translate
- hubot-help
- hubot-maps
- hubot-motivate
- hubot-newrelic2
- hubot-pugme
- hubot-redis-brain
- hubot-rules
- hubot-seen
- hubot-shipit
- hubot-slack
- hubot-thank-you
- hubot-youtube
docker build -t mkaag/hubot github.com/mkaag/docker-hubot
- HUBOT_NAME
- HUBOT_SLACK_TOKEN
- HUBOT_AUTH_ADMIN
- GITLAB_CHANNEL
- GITLAB_DEBUG
- GITLAB_BRANCHES
- GITLAB_SHOW_COMMITS_LIST
- GITLAB_SHOW_MERGE_DESCRIPTION
- HUBOT_NEWRELIC_API_KEY
- HUBOT_NEWRELIC_API_HOST
docker run -v /home/user/hubot_scripts:/opt/scripts \
--link redis:redis \
-p 8080:8080 \
mkaag/hubot