Skip to content

antonlindstrom/docker-hubot-hipchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dockerized Hubot in Hipchat

An experiment with hubot with the hipchat adapter on Docker.

The Docker container contains both Hubot as well as Redis.

Deploying

  • Change the name in supervisord.conf
  • Setup the credentials in Dockerfile
  • Run docker build -t my-hubot .
  • Run docker run -d my-hubot

Running

Another example of running the bot is:

docker run -e HUBOT_HIPCHAT_JID=jid \
  -e HUBOT_HIPCHAT_PASSWORD=secret \
  -e HUBOT_AUTH_ADMIN=admin \
  -d my-hubot

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.

About

An experiment with docker and hubot with the hipchat adapter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages