1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-27 09:18:43 +00:00
dockerfiles/hubot
2017-01-11 02:12:23 +08:00
..
data update hubot 2017-01-11 02:12:23 +08:00
docker-compose.yml update hubot 2017-01-11 02:12:23 +08:00
Dockerfile update hubot 2017-01-11 02:12:23 +08:00
README.md update hubot 2017-01-11 02:12:23 +08:00

hubot

Hubot is a customizable, life embetterment robot commissioned by github. Hubot's power comes through scripts.

docker-compse.yml

hubot:
  image: vimagick/hubot
  volumes:
    - ./data:/home/hubot/scripts
  environment:
    - HUBOT_SLACK_TOKEN=xoxb-xxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxx
  restart: always

Goto here to generate HUBOT_SLACK_TOKEN.