Skip to content

withakay/hubot-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hubot Docker

Circle CI

This is using Ubuntu 16.04 LTS as base image. Redis is installed and hubot-redis-brain is using it.

Plugins:

Build

make build

Run

docker run -d -e HUBOT_SLACK_TOKEN=<TOKEN> -e HUBOT_CIRCLECI_TOKEN=<CIRCLECI_TOKEN> -e HUBOT_SEMAPHOREAPP_AUTH_TOKEN=<token> -e HUBOT_SEMAPHOREAPP_DEPLOY=true squarescale/hubot

Add new plugins

Insert a new RUN command where appropriate in the Dockerfile:

npm install hubot-plugin-name --save && npm install

Note that the old hubot-scripts.json file will be deprecated in 3.0, so we won't be using it.

Slack

Invite your hubot on your chan.

/invite bot_name

CI

About

An Hubot on Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published