/docker-hubot-hipchat

An experiment with docker and hubot with the hipchat adapter.

Dockerized Hubot in Hipchat

An experiment with hubot with the hipchat adapter on Docker.

The Docker container contains both Hubot as well as Redis.

Running

docker run -e HUBOT_HIPCHAT_JID=jid \
  -e HUBOT_HIPCHAT_PASSWORD=secret \
  -e HUBOT_AUTH_ADMIN=admin \
  -d franc0is/hubot-hipchat

Resources

The hipchat-hubot is a good place to start as it describes how to setup both Hipchat and Hubot.

Hubot docs can be found in the hubot repo.