orasio / docker-hubot

Docker image for Hubot using Redis as brain and Slack for adapter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-hubot

Docker Hub

This repository contains the Dockerfile and the configuration files to build Hubot for Docker.

Base Docker Image

Hubot Script

  • 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

Installation

docker build -t mkaag/hubot github.com/mkaag/docker-hubot

Environment Variables

  • 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

Usage

Basic usage

docker run -v /home/user/hubot_scripts:/opt/scripts \
--link redis:redis \
-p 8080:8080 \
mkaag/hubot

About

Docker image for Hubot using Redis as brain and Slack for adapter

License:MIT License


Languages

Language:CoffeeScript 92.2%Language:Shell 6.3%Language:Batchfile 1.5%